Class containing information about the properties of a streaming device. More...
Functions | |
str | ip (self) |
IP address of the streaming device. More... | |
int | port (self) |
Streaming port of the streaming device. More... | |
int | serial_number (self) |
Serial number of the streaming camera. More... | |
int | current_bitrate (self) |
Current bitrate of encoding of the streaming device. More... | |
STREAMING_CODEC | codec (self) |
Current codec used for compression in streaming device. More... | |
Class containing information about the properties of a streaming device.
str ip | ( | self | ) |
IP address of the streaming device.
Default: ""
int port | ( | self | ) |
Streaming port of the streaming device.
Default: 0
int serial_number | ( | self | ) |
Serial number of the streaming camera.
Default: 0
Referenced by CameraInformation.__cinit__(), CameraOneConfiguration.__cinit__(), CameraInformation.serial_number(), and CameraOneConfiguration.serial_number().
int current_bitrate | ( | self | ) |
Current bitrate of encoding of the streaming device.
Default: 0
STREAMING_CODEC codec | ( | self | ) |
Current codec used for compression in streaming device.
Default: sl.STREAMING_CODEC.H265