Camera

Type Definitions

CameraCapabilities :Object

Properties:
Name Type Description
GET Boolean

Can the setting be queried?

SET Boolean

Can the setting be updated?

AUTO_ENABLED Boolean

Is this function enabled automatically?

AUTO_UPDATE Boolean

Is the value updated automatically?

ASYNC Boolean

Does this update occur asynchronously?

DISABLED Boolean

Is this setting currently disabled?

CameraDescriptor :Object

Properties:
Name Type Description
productName string

Description of the device

vendorId number

USB Vendor ID

productId number

USB Product ID

CameraRange :Object

Properties:
Name Type Description
min Number

The minimum value.

max Number

The maximum value.