StreamingProperties Class Reference

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

Detailed Description

Class containing information about the properties of a streaming device.

Functions

◆ ip()

def ip (   self)

IP address of the streaming device.

Default: ""

◆ port()

def port (   self)

Streaming port of the streaming device.

Default: 0

◆ serial_number()

def serial_number (   self)

Serial number of the streaming camera.

Default: 0

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

◆ current_bitrate()

def current_bitrate (   self)

Current bitrate of encoding of the streaming device.

Default: 0

◆ codec()

def codec (   self)

Current codec used for compression in streaming device.

Default: sl.STREAMING_CODEC.H265