SL_RecordingStatus Struct Reference

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

Data Fields

bool is_recording
 Report if the recording has been enabled.
 
bool is_paused
 Report if the recording has been paused.
 
bool status
 Status of current frame. More...
 
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 milliseconds since beginning of recording.
 
double average_compression_ratio
 Average compression ratio (% of raw size) since beginning of recording.
 
int number_frames_ingested
 Number of frames handed to the recorder since the beginning of the recording.
 
int number_frames_encoded
 Number of frames actually written to the file since the beginning of the recording. More...
 

Detailed Description

Structure containing information about the status of the recording.

Field Documentation

◆ status

bool SL_RecordingStatus::status

Status of current frame.

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

◆ number_frames_encoded

int SL_RecordingStatus::number_frames_encoded

Number of frames actually written to the file since the beginning of the recording.

Note
A value below number_frames_ingested means frames were dropped because the encoder could not keep up.