StreamingProperties Class Reference

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...
 

Detailed Description

Class containing information about the properties of a streaming device.

Functions

◆ ip()

str ip (   self)

IP address of the streaming device.

Default: ""

◆ port()

int port (   self)

Streaming port of the streaming device.

Default: 0

◆ serial_number()

int serial_number (   self)

◆ current_bitrate()

int current_bitrate (   self)

Current bitrate of encoding of the streaming device.

Default: 0

◆ codec()

STREAMING_CODEC codec (   self)

Current codec used for compression in streaming device.

Default: sl.STREAMING_CODEC.H265