documentation

VLDeviceInfo.Camera Class Reference

TrackingIssue stores an issue when tracking or when initialized More...

Data Structures

class  Format
 Format stores available formats of the camera device More...
 

Data Fields

Format [] availableFormats
 Array holding the available formats: image resolution and compression type. More...
 
string cameraName
 A human readable information of the device itself. More...
 
string deviceID
 Refers to a specific camera of the visionLib SDK. More...
 
string internalID
 Refers to an internal reference used for identifying the camera in the system. More...
 
string position
 A hint for describing the position of the camera. More...
 
string prefRes
 A hint for describing the best resolution used for the camera. More...
 

Detailed Description

TrackingIssue stores an issue when tracking or when initialized

Field Documentation

◆ availableFormats

Format [] VLDeviceInfo.Camera.availableFormats

Array holding the available formats: image resolution and compression type.

◆ cameraName

string VLDeviceInfo.Camera.cameraName

A human readable information of the device itself.

You might use this in order to present this to the user of your software.

◆ deviceID

string VLDeviceInfo.Camera.deviceID

Refers to a specific camera of the visionLib SDK.

You should use it for direct referring to a camera in some cases.

◆ internalID

string VLDeviceInfo.Camera.internalID

Refers to an internal reference used for identifying the camera in the system.

This is only for internal use.

◆ position

string VLDeviceInfo.Camera.position

A hint for describing the position of the camera.

If available, the value can be "front", "back", "unknown".

◆ prefRes

string VLDeviceInfo.Camera.prefRes

A hint for describing the best resolution used for the camera.

This might be empty, depending on the OS.