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. | |
| MODEL | camera_model (self) |
| Model of the camera. | |
| int | serial_number (self) |
| Serial number of the camera. More... | |
| INPUT_TYPE | input_type (self) |
| Input type of the camera. | |
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__(), and CameraInformation.serial_number().