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. | |
int | number_frames_ingested (self) |
Number of frames ingested in SVO encoding/writing. | |
int | number_frames_encoded (self) |
Number of frames effectively encoded and written. More... | |
Class containing information about the status of the recording.
bool status | ( | self | ) |
Status of current frame.
True for success or False if the frame could not be written in the SVO file.
int number_frames_encoded | ( | self | ) |
Number of frames effectively encoded and written.
Might be different from the number of frames ingested. The difference will show the encoder latency