Structure containing information about the camera sensor. More...
Functions | |
def | camera_resolution (self) |
Resolution of the camera | |
def | camera_fps (self) |
FPS of the camera | |
def | camera_model (self) |
The model of the camera (ZED, ZED2 or ZED-M). | |
def | calibration_parameters (self) |
Intrinsic and Extrinsic stereo CalibrationParameters for rectified/undistorded images (default). | |
def | calibration_parameters_raw (self) |
Intrinsic and Extrinsic stereo CalibrationParameters for original images (unrectified/distorded). | |
def | serial_number (self) |
The serial number of the camera. | |
def | firmware_version (self) |
The internal firmware version of the camera. | |
Structure containing information about the camera sensor.
That information about the camera is available in the CameraInformation struct returned by Camera::getCameraInformation()