Class containing information about the properties of a camera. More...
Functions | |
CAMERA_STATE | camera_state (self) |
State of the camera. More... | |
int | id (self) |
Id of the camera. More... | |
str | path (self) |
System path of the camera. | |
int | i2c_port (self) |
i2c port of the camera. | |
MODEL | camera_model (self) |
Model of the camera. | |
int | serial_number (self) |
Serial number of the camera. More... | |
np.numpy[np.uint8] | identifier (self) |
sensor_address when available (ZED-X HDR/XOne HDR only) | |
str | camera_badge (self) |
Badge name (zedx_ar0234) | |
str | camera_sensor_model (self) |
Name of sensor (zedx) | |
str | camera_name (self) |
Name of Camera in DT (ZED_CAM1) | |
INPUT_TYPE | input_type (self) |
Input type of the camera. | |
int | sensor_address_left (self) |
sensor_address when available (ZED-X HDR/XOne HDR only) | |
int | sensor_address_right (self) |
sensor_address when available (ZED-X HDR/XOne HDR only) | |
Class containing information about the properties of a camera.
CAMERA_STATE camera_state | ( | self | ) |
State of the camera.
Default: sl.CAMERA_STATE.NOT_AVAILABLE
int id | ( | self | ) |
Id of the camera.
Default: -1
int serial_number | ( | self | ) |
Serial number of the camera.
Default: 0
Referenced by CameraInformation.__cinit__(), CameraOneConfiguration.__cinit__(), CameraInformation.serial_number(), and CameraOneConfiguration.serial_number().