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... | |
CameraConfiguration | camera_configuration |
Camera configuration parameters stored in a sl::CameraConfiguration. 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::Camera::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.
CameraConfiguration camera_configuration |
Camera configuration parameters stored in a sl::CameraConfiguration.
SensorsConfiguration sensors_configuration |
Sensors configuration parameters stored in a sl::SensorsConfiguration.