Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
VideoDevice
The VideoDevice
interface specifies a camera.
interface VideoDevice {
/** The unique identifier for the camera. */
deviceId: string;
/** The label or name of the camera. */
label: string;
}
deviceId
The unique identifier for the camera.
label
The label or name of the camera.