Structure containing information about the properties of a camera. More...
Attributes | |
sl.CAMERA_STATE | cameraState |
State of the camera. More... | |
int | id |
Id of the camera. More... | |
string | path |
System path of the camera. More... | |
int | i2cPort |
i2c port of the camera. More... | |
sl.MODEL | cameraModel |
Model of the camera. More... | |
uint | sn |
Serial number of the camera. More... | |
byte[] | identifiers |
[Cam model, eeprom version, white balance param] More... | |
IntPtr | camera_badge |
badge name (zedx_ar0234) More... | |
IntPtr | camera_sensor_model |
Name of sensor (zedx) More... | |
IntPtr | camera_name |
Name of Camera in DT (ZED_CAM1) More... | |
sl.INPUT_TYPE | inputType |
Input type of the camera. More... | |
byte | sensorAddressLeft |
sensor_address when available (ZED-X HDR/XOne HDR only) More... | |
byte | sensorAddressRight |
sensor_address when available (ZED-X HDR/XOne HDR only) More... | |
Structure containing information about the properties of a camera.
sl.CAMERA_STATE cameraState |
State of the camera.
Default: Default: sl.CAMERA_STATE.NOT_AVAILABLE
int id |
Id of the camera.
Default: -1
string path |
System path of the camera.
int i2cPort |
i2c port of the camera.
sl.MODEL cameraModel |
Model of the camera.
uint sn |
Serial number of the camera.
Default: 0
byte [] identifiers |
[Cam model, eeprom version, white balance param]
IntPtr camera_badge |
badge name (zedx_ar0234)
IntPtr camera_sensor_model |
Name of sensor (zedx)
IntPtr camera_name |
Name of Camera in DT (ZED_CAM1)
sl.INPUT_TYPE inputType |
Input type of the camera.
byte sensorAddressLeft |
sensor_address when available (ZED-X HDR/XOne HDR only)
byte sensorAddressRight |
sensor_address when available (ZED-X HDR/XOne HDR only)