mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
CameraRealSense2: added IR-Depth mode option
This commit is contained in:
@@ -437,6 +437,7 @@ public:
|
||||
|
||||
// parameters are set during initialization
|
||||
void setEmitterEnabled(bool enabled);
|
||||
void setIRDepthFormat(bool enabled);
|
||||
|
||||
protected:
|
||||
virtual SensorData captureImage(CameraInfo * info = 0);
|
||||
@@ -464,6 +465,7 @@ private:
|
||||
CameraModel model_;
|
||||
|
||||
bool emitterEnabled_;
|
||||
bool irDepth_;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user