Structure containing information of a single camera (serial number, model, input type, etc.) More...
Attributes | |
| unsigned int | serial_number = 0 |
| sl::MODEL | camera_model = sl::MODEL::LAST |
| sl::INPUT_TYPE | input_type = sl::INPUT_TYPE::LAST |
| CameraConfiguration | camera_configuration |
| SensorsConfiguration | sensors_configuration |
Structure containing information of a single camera (serial number, model, input type, etc.)
That information about the camera will be returned by Camera::getCameraInformation().
| unsigned int serial_number = 0 |
The serial number of the camera.
| sl::MODEL camera_model = sl::MODEL::LAST |
The model of the camera (ZED, ZED-M or ZED2).
| sl::INPUT_TYPE input_type = sl::INPUT_TYPE::LAST |
Input type used in SDK.
| CameraConfiguration camera_configuration |
Camera configuration as defined in CameraConfiguration.
| SensorsConfiguration sensors_configuration |
Device Sensors configuration as defined in SensorsConfiguration.