Recording structure that contains information about SVO. More...
Functions | |
| def | is_recording (self) |
| Recorder status, true if enabled. | |
| def | is_paused (self) |
| Recorder status, true if the pause is enabled. | |
| def | status (self) |
| Status of current frame. More... | |
| def | current_compression_time (self) |
| Compression time for the current frame in ms. | |
| def | current_compression_ratio (self) |
| Compression ratio (% of raw size) for the current frame. | |
| def | average_compression_time (self) |
| Average compression time in ms since beginning of recording. | |
| def | average_compression_ratio (self) |
| Average compression ratio (% of raw size) since beginning of recording. | |
Recording structure that contains information about SVO.
| def status | ( | self | ) |
Status of current frame.
True for success or false if the frame couldn't be written in the SVO file.