Structure containing information of a single camera (serial number, model, input type, etc.). More...
Attributes | |
| unsigned int | serial_number = 0 |
| Serial number of the camera. More... | |
| sl::MODEL | camera_model = sl::MODEL::LAST |
| Model of the camera (see sl::MODEL). More... | |
| sl::INPUT_TYPE | input_type = sl::INPUT_TYPE::LAST |
| Input type used in the ZED SDK. More... | |
| CameraOneConfiguration | camera_configuration |
| Camera configuration parameters stored in a sl::CameraOneConfiguration. More... | |
| SensorsConfiguration | sensors_configuration |
| Sensors configuration parameters stored in a sl::SensorsConfiguration. More... | |
Structure containing information of a single camera (serial number, model, input type, etc.).
Information about the camera will be returned by sl::CameraOne::getCameraInformation().
| unsigned int serial_number = 0 |
Serial number of the camera.
| sl::INPUT_TYPE input_type = sl::INPUT_TYPE::LAST |
Input type used in the ZED SDK.
| CameraOneConfiguration camera_configuration |
Camera configuration parameters stored in a sl::CameraOneConfiguration.
| SensorsConfiguration sensors_configuration |
Sensors configuration parameters stored in a sl::SensorsConfiguration.