Structure containing information of a single camera (serial number, model, calibration, etc.)That information about the camera will be returned by Camera.get_camera_information() More...
Functions | |
CameraInformation | __cinit__ (self, Camera py_camera, resizer=Resolution(0, 0)) |
Default constructor. More... | |
SensorsConfiguration | sensors_configuration (self) |
Sensors configuration parameters stored in a sl.SensorsConfiguration. | |
CameraConfiguration | camera_configuration (self) |
Camera configuration parameters stored in a sl.CameraConfiguration. | |
INPUT_TYPE | input_type (self) |
Input type used in the ZED SDK. | |
MODEL | camera_model (self) |
Model of the camera (see sl.MODEL). | |
int | serial_number (self) |
Serial number of the camera. | |
Structure containing information of a single camera (serial number, model, calibration, etc.)
That information about the camera will be returned by Camera.get_camera_information()
CameraInformation __cinit__ | ( | self, | |
Camera | py_camera, | ||
resizer = Resolution(0,0) |
|||
) |
Default constructor.
Gets the sl.CameraParameters from a sl.Camera object.
py_camera | : sl.Camera object. |
resizer | : You can specify a sl.Resolution different from default image size to get the scaled camera information. Default: (0, 0) (original image size) |