Skip to content

@camera.ui/sdk / camera / CameraConfigInputSettings

Interface: CameraConfigInputSettings

Defined in: camera/config.ts:32

Camera input settings for config.

Extends

  • Omit<CameraInputSettings, "_id" | "urls">

Properties

childSourceId?

optional childSourceId?: string

Defined in: internal/camera-config-internal.ts:23

Child source ID (for snapshot fallback)

Inherited from

Omit.childSourceId


hotMode

hotMode: boolean

Defined in: internal/camera-config-internal.ts:17

Keep connection always active

Inherited from

Omit.hotMode


name

name: string

Defined in: internal/camera-config-internal.ts:11

Source display name

Inherited from

Omit.name


preload

preload: boolean

Defined in: internal/camera-config-internal.ts:19

Preload stream on startup

Inherited from

Omit.preload


role

role: CameraRole

Defined in: internal/camera-config-internal.ts:13

Resolution role

Inherited from

Omit.role


urls?

optional urls?: string[]

Defined in: camera/config.ts:33


useForSnapshot

useForSnapshot: boolean

Defined in: internal/camera-config-internal.ts:15

Use this source for snapshots

Inherited from

Omit.useForSnapshot