CameraInformation Struct Reference

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...
 

Detailed Description

Structure containing information of a single camera (serial number, model, input type, etc.).

Information about the camera will be returned by sl::Camera::getCameraInformation().

Note
This object is meant to be used as a read-only container, editing any of its field won't impact the ZED SDK.

Variables

◆ serial_number

unsigned int serial_number = 0

Serial number of the camera.

◆ camera_model

sl::MODEL camera_model = sl::MODEL::LAST

Model of the camera (see sl::MODEL).

◆ input_type

sl::INPUT_TYPE input_type = sl::INPUT_TYPE::LAST

Input type used in the ZED SDK.

◆ camera_configuration

CameraConfiguration camera_configuration

Camera configuration parameters stored in a sl::CameraConfiguration.

◆ sensors_configuration

SensorsConfiguration sensors_configuration

Sensors configuration parameters stored in a sl::SensorsConfiguration.