Structure containing information about the properties of a camera. More...
Attributes | |
| sl::CAMERA_STATE | camera_state = sl::CAMERA_STATE::NOT_AVAILABLE |
| State of the camera. More... | |
| int | id = -1 |
| Id of the camera. More... | |
| sl::String | path |
| System path of the camera. More... | |
| sl::MODEL | camera_model = sl::MODEL::LAST |
| Model of the camera. More... | |
| unsigned int | serial_number = 0 |
| Serial number of the camera. More... | |
| unsigned char | identifier [3] = {0} |
| [Cam model, eeprom version, white balance param] More... | |
| std::string | camera_badge = "" |
| badge name (zedx_ar0234) More... | |
| std::string | camera_sensor_model = "" |
| Name of sensor (zedx) More... | |
| std::string | camera_name = "" |
| Name of Camera in DT (ZED_CAM1) More... | |
| INPUT_TYPE | input_type |
| Input type of the camera. More... | |
Structure containing information about the properties of a camera.
| sl::CAMERA_STATE camera_state = sl::CAMERA_STATE::NOT_AVAILABLE |
State of the camera.
Default: sl::CAMERA_STATE::NOT_AVAILABLE
| int id = -1 |
Id of the camera.
Default: -1
| sl::String path |
System path of the camera.
| sl::MODEL camera_model = sl::MODEL::LAST |
Model of the camera.
| unsigned int serial_number = 0 |
Serial number of the camera.
Default: 0
| unsigned char identifier[3] = {0} |
[Cam model, eeprom version, white balance param]
| std::string camera_badge = "" |
badge name (zedx_ar0234)
| std::string camera_sensor_model = "" |
Name of sensor (zedx)
| std::string camera_name = "" |
Name of Camera in DT (ZED_CAM1)
| INPUT_TYPE input_type |
Input type of the camera.