Skip to content

TypeScript SDK Reference / CameraDevice

Interface: CameraDevice

Represents a camera device available on the system. Used to identify and select specific cameras for vital sign scanning.

Properties

deviceIndex

readonly deviceIndex: number

Index of the device in the list of available cameras.


id

readonly id: string

Unique device ID for the camera.


label

readonly label: string

Human-readable label for the camera device.