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