DeviceProperties Class Reference

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)
 

Detailed Description

Class containing information about the properties of a camera.

Note
A camera_model sl.MODEL.ZED_M with an id '-1' can be due to an inverted USB-C cable.

Functions

◆ camera_state()

CAMERA_STATE camera_state (   self)

State of the camera.

Default: sl.CAMERA_STATE.NOT_AVAILABLE

◆ id()

int id (   self)

Id of the camera.

Default: -1

◆ serial_number()

int serial_number (   self)

Serial number of the camera.

Default: 0

Warning
Not provided for Windows.

Referenced by CameraInformation.__cinit__(), CameraOneConfiguration.__cinit__(), CameraInformation.serial_number(), and CameraOneConfiguration.serial_number().