Recording structure that contains information about SVO. More...
Functions | |
| RecordingStatus () | |
| Default constructor. Set all parameters to their default values. More... | |
Attributes | |
| bool | is_recording |
| bool | is_paused |
| bool | status |
| double | current_compression_time |
| double | current_compression_ratio |
| double | average_compression_time |
| double | average_compression_ratio |
Recording structure that contains information about SVO.
| RecordingStatus | ( | ) |
Default constructor. Set all parameters to their default values.
| bool is_recording |
Recorder status, true if enabled
| bool is_paused |
Recorder status, true if the pause is enabled
| bool status |
Status of current frame. True for success or false if the frame couldn't be written in the SVO file.
| double current_compression_time |
Compression time for the current frame in ms.
| double current_compression_ratio |
Compression ratio (% of raw size) for the current frame.
| double average_compression_time |
Average compression time in ms since beginning of recording.
| double average_compression_ratio |
Average compression ratio (% of raw size) since beginning of recording.