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 | |
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 | cameraName |
A human readable information of the device itself. 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... | |
Format [] | availableFormats |
Array holding the available formats: image resolution and compression type. More... | |
TrackingIssue stores an issue when tracking or when initialized
Format [] VLDeviceInfo.Camera.availableFormats |
Array holding the available formats: image resolution and compression type.
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.
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.
string VLDeviceInfo.Camera.internalID |
Refers to an internal reference used for identifying the camera in the system.
This is only for internal use.
string VLDeviceInfo.Camera.position |
A hint for describing the position of the camera.
If available, the value can be "front", "back", "unknown".
string VLDeviceInfo.Camera.prefRes |
A hint for describing the best resolution used for the camera.
This might be empty, depending on the OS.