@camera.ui/sdk / camera / CameraConfigInputSettings
Interface: CameraConfigInputSettings
Defined in: camera/config.ts:49
Camera input settings for config.
Extends
Omit<CameraInputSettings,"_id"|"urls">
Properties
childSourceId?
optionalchildSourceId?: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:15
Keep connection always active.
Inherited from
Omit.hotMode
muted?
optionalmuted?:boolean
Defined in: internal/camera-config-internal.ts:19
Strip the audio track from this source (defaults to false).
Inherited from
Omit.muted
name
name:
string
Defined in: internal/camera-config-internal.ts:9
Source display name.
Inherited from
Omit.name
preload
preload:
boolean
Defined in: internal/camera-config-internal.ts:17
Keep a keyframe cache for this source, so the view opens faster. Use hotMode to keep the stream connected.
Inherited from
Omit.preload
role
role:
CameraRole
Defined in: internal/camera-config-internal.ts:11
Resolution role.
Inherited from
Omit.role
urls?
optionalurls?:string[]
Defined in: camera/config.ts:51
Raw source URLs, the server resolves them into streaming URLs.
useForSnapshot
useForSnapshot:
boolean
Defined in: internal/camera-config-internal.ts:13
Use this source for snapshots.
Inherited from
Omit.useForSnapshot