RecordingStatus Class Reference

Class containing information about the status of the recording. More...

Functions

bool is_recording (self)
 Report if the recording has been enabled.
 
bool is_paused (self)
 Report if the recording has been paused.
 
bool status (self)
 Status of current frame. More...
 
float current_compression_time (self)
 Compression time for the current frame in milliseconds.
 
float current_compression_ratio (self)
 Compression ratio (% of raw size) for the current frame.
 
float average_compression_time (self)
 Average compression time in milliseconds since beginning of recording.
 
float average_compression_ratio (self)
 Average compression ratio (% of raw size) since beginning of recording.
 

Detailed Description

Class containing information about the status of the recording.

Functions

◆ status()

bool status (   self)

Status of current frame.

True for success or False if the frame could not be written in the SVO file.