#include <AzureKinectRecorder.h>
◆ AzureKinectRecorder()
open3d::io::AzureKinectRecorder::AzureKinectRecorder |
( |
const AzureKinectSensorConfig & |
sensor_config, |
|
|
size_t |
sensor_index |
|
) |
| |
◆ ~AzureKinectRecorder()
open3d::io::AzureKinectRecorder::~AzureKinectRecorder |
( |
| ) |
|
|
override |
◆ CloseRecord()
bool open3d::io::AzureKinectRecorder::CloseRecord |
( |
| ) |
|
|
overridevirtual |
◆ InitSensor()
bool open3d::io::AzureKinectRecorder::InitSensor |
( |
| ) |
|
|
overridevirtual |
◆ IsRecordCreated()
bool open3d::io::AzureKinectRecorder::IsRecordCreated |
( |
| ) |
|
|
inline |
Check if the mkv file is created.
◆ OpenRecord()
bool open3d::io::AzureKinectRecorder::OpenRecord |
( |
const std::string & |
filename | ) |
|
|
overridevirtual |
◆ RecordFrame()
std::shared_ptr< geometry::RGBDImage > open3d::io::AzureKinectRecorder::RecordFrame |
( |
bool |
write, |
|
|
bool |
enable_align_depth_to_color |
|
) |
| |
|
overridevirtual |
Record a frame to mkv if flag is on and return an RGBD object.
- Parameters
-
write | Enable recording to mkv file. |
enable_align_depth_to_color | Enable aligning WFOV depth image to the color image in visualizer. |
Implements open3d::io::RGBDRecorder.
◆ device_index_
size_t open3d::io::AzureKinectRecorder::device_index_ |
|
protected |
◆ is_record_created_
bool open3d::io::AzureKinectRecorder::is_record_created_ = false |
|
protected |
◆ recording_
_k4a_record_t* open3d::io::AzureKinectRecorder::recording_ |
|
protected |
◆ sensor_
The documentation for this class was generated from the following files: