#include <RGBDRecorder.h>
◆ RGBDRecorder()
open3d::io::RGBDRecorder::RGBDRecorder |
( |
| ) |
|
|
inline |
◆ ~RGBDRecorder()
virtual open3d::io::RGBDRecorder::~RGBDRecorder |
( |
| ) |
|
|
inlinevirtual |
◆ CloseRecord()
virtual bool open3d::io::RGBDRecorder::CloseRecord |
( |
| ) |
|
|
pure virtual |
◆ InitSensor()
virtual bool open3d::io::RGBDRecorder::InitSensor |
( |
| ) |
|
|
pure virtual |
◆ OpenRecord()
virtual bool open3d::io::RGBDRecorder::OpenRecord |
( |
const std::string & |
filename | ) |
|
|
pure virtual |
◆ RecordFrame()
virtual std::shared_ptr<geometry::RGBDImage> open3d::io::RGBDRecorder::RecordFrame |
( |
bool |
write, |
|
|
bool |
enable_align_depth_to_color |
|
) |
| |
|
pure virtual |
Record one frame, return an RGBDImage. If
- Parameters
-
write | is true, the RGBDImage frame will be written to file. If |
enable_align_depth_to_color | is true, the depth image will be warped to align with the color image; otherwise the raw depth image output will be saved. Setting |
enable_align_depth_to_color | to false is useful when recording at high resolution with high frame rates. In this case, the depth image must be warped to align with the color image with when reading from the recorded file. |
Implemented in open3d::io::AzureKinectRecorder.
The documentation for this class was generated from the following file: