Container for information about the current SVO recording process. More...
Attributes | |
bool | is_recording |
Recorder status, true if enabled. More... | |
bool | is_paused |
Recorder status, true if the pause is enabled. More... | |
bool | status |
Status of the current frame. True if recording was successful, false if frame could not be written. More... | |
double | current_compression_time |
Compression time for the current frame in milliseconds. More... | |
double | current_compression_ratio |
Compression ratio (% of raw size) for the current frame. More... | |
double | average_compression_time |
Average compression time in millisecond since beginning of recording. More... | |
double | average_compression_ratio |
Compression ratio (% of raw size) since recording was started. More... | |
Container for information about the current SVO recording process.
Mirrors RecordingStatus in the ZED C++ SDK. For more info, visit: https://www.stereolabs.com/docs/api_3.X/structsl_1_1RecordingStatus.html
bool is_recording |
Recorder status, true if enabled.
bool is_paused |
Recorder status, true if the pause is enabled.
bool status |
Status of the current frame. True if recording was successful, false if frame could not be written.
double current_compression_time |
Compression time for the current frame in milliseconds.
double current_compression_ratio |
Compression ratio (% of raw size) for the current frame.
double average_compression_time |
Average compression time in millisecond since beginning of recording.
double average_compression_ratio |
Compression ratio (% of raw size) since recording was started.