RecordingSensorsParameters Class Reference

Structure containing a set of parameters for the recording module. More...

Functions

def __init__ (self, video_filenames=None, compression_mode=SVO_COMPRESSION_MODE.H265, bitrate=0, target_framerate=0, transcode_streaming_input=False)
 Default constructor. More...
 
SVO_COMPRESSION_MODE compression_mode (self)
 Compression mode the recording.
 
int bitrate (self)
 Overrides the default bitrate of the SVO file, in kbits/s.
 
int target_framerate (self)
 Framerate for the recording file.
 
bool transcode_streaming_input (self)
 Defines whether to decode and re-encode a streaming source.
 

Detailed Description

Structure containing a set of parameters for the recording module.

Constructor and Destructor

◆ __init__()

def __init__ (   self,
  video_filenames = None,
  compression_mode = SVO_COMPRESSION_MODE.H265,
  bitrate = 0,
  target_framerate = 0,
  transcode_streaming_input = False 
)

Default constructor.

Parameters
video_filenames: Filename of the file to save the recording into.
compression_mode: Compression mode the recording.
bitrate: Overrides the default bitrate of the SVO file, in kbits/s.
target_framerate: Framerate for the recording file.
transcode_streaming_input: Defines whether to decode and re-encode a streaming source.