15 struct _k4a_playback_t;
16 struct _k4a_capture_t;
17 struct _k4a_transformation_t;
35 bool IsEOF() {
return is_eof_; }
49 std::shared_ptr<geometry::RGBDImage>
NextFrame();
52 _k4a_playback_t *handle_;
53 _k4a_transformation_t *transformation_;
57 Json::Value GetMetadataJson();
58 std::string GetTagInMetadata(
const std::string &tag_name);
std::shared_ptr< geometry::RGBDImage > NextFrame()
Get next frame from the mkv playback and returns the RGBD object.
MKVMetadata & GetMetadata()
Get metadata of the mkv playback.
bool IsEOF()
Check if the mkv file is all read.
bool IsOpened()
Check If the mkv file is opened.
bool Open(const std::string &filename)
bool SeekTimestamp(size_t timestamp)
Seek to the timestamp (in us).
void Close()
Close the opened mkv playback.
MKVReader()
Default Constructor.
Generic file read and write utility for python interface.