37 bool write,
bool enable_align_depth_to_color) = 0;
virtual bool OpenRecord(const std::string &filename)=0
Create recording file.
virtual bool CloseRecord()=0
Flush data to recording file and disconnect from sensor.
virtual bool InitSensor()=0
Init recorder, connect to sensor.
virtual std::shared_ptr< geometry::RGBDImage > RecordFrame(bool write, bool enable_align_depth_to_color)=0
Generic file read and write utility for python interface.