SL_CameraInformation Struct Reference

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

Data Fields

unsigned int serial_number
 Serial number of the camera.
 
enum SL_MODEL camera_model
 Model of the camera (see SL_MODEL).
 
enum SL_INPUT_TYPE input_type
 Input type used in the ZED SDK.
 
struct SL_CameraConfiguration camera_configuration
 Camera configuration parameters stored in a SL_CameraConfiguration.
 
struct SL_SensorsConfiguration sensors_configuration
 Sensors configuration parameters stored in a SL_SensorsConfiguration.
 

Detailed Description

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

That information about the camera will be returned by sl_get_camera_information().

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