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