RecordingStatus Struct Reference

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...
 

Detailed Description

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

Variables

◆ is_recording

bool is_recording

Recorder status, true if enabled.

◆ is_paused

bool is_paused

Recorder status, true if the pause is enabled.

◆ status

bool status

Status of the current frame. True if recording was successful, false if frame could not be written.

◆ current_compression_time

double current_compression_time

Compression time for the current frame in milliseconds.

◆ current_compression_ratio

double current_compression_ratio

Compression ratio (% of raw size) for the current frame.

◆ average_compression_time

double average_compression_time

Average compression time in millisecond since beginning of recording.

◆ average_compression_ratio

double average_compression_ratio

Compression ratio (% of raw size) since recording was started.