Resource Base
Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

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.

This page is compatible for:

Is this page helpful?

YesYes NoNo