Package-level declarations

Types

Link copied to clipboard
@Serializable
data class CameraMetaData(val name: String = "", val resolution: String = "1280x720", val framerate: Int = 15, val rotation: Int = 0, val streamPort: Int = 8443, val enabled: Boolean = true, val error: String = "", val sources: List<NodeIdentity> = emptyList(), val snapshot: Snapshot = Snapshot(), val invocationTriggers: List<InvocationTrigger> = emptyList(), val nodeAction: NodeAction = NodeAction.EXECUTE, val inputs: List<NodeIdentity> = emptyList()) : SourceMetaData

Payload for a Camera node — the editable capture configuration and an enabled toggle.