|
Open3D (C++ API)
0.19.0
|
#include <MKVReader.h>
Public Member Functions | |
| MKVReader () | |
| Default Constructor. More... | |
| virtual | ~MKVReader () |
| bool | IsOpened () |
| Check If the mkv file is opened. More... | |
| bool | IsEOF () |
| Check if the mkv file is all read. More... | |
| bool | Open (const std::string &filename) |
| void | Close () |
| Close the opened mkv playback. More... | |
| MKVMetadata & | GetMetadata () |
| Get metadata of the mkv playback. More... | |
| bool | SeekTimestamp (size_t timestamp) |
| Seek to the timestamp (in us). More... | |
| std::shared_ptr< geometry::RGBDImage > | NextFrame () |
| Get next frame from the mkv playback and returns the RGBD object. More... | |
AzureKinect mkv file reader.
| open3d::io::MKVReader::MKVReader | ( | ) |
Default Constructor.
|
inlinevirtual |
| void open3d::io::MKVReader::Close | ( | ) |
Close the opened mkv playback.
|
inline |
Get metadata of the mkv playback.
|
inline |
Check if the mkv file is all read.
| bool open3d::io::MKVReader::IsOpened | ( | ) |
Check If the mkv file is opened.
| std::shared_ptr< geometry::RGBDImage > open3d::io::MKVReader::NextFrame | ( | ) |
Get next frame from the mkv playback and returns the RGBD object.
| bool open3d::io::MKVReader::Open | ( | const std::string & | filename | ) |
Open an mkv playback.
| filename | Path to the mkv file. |
| bool open3d::io::MKVReader::SeekTimestamp | ( | size_t | timestamp | ) |
Seek to the timestamp (in us).