CameraRealSense2: added IR-Depth mode option

This commit is contained in:
matlabbe
2018-06-15 14:35:54 -04:00
parent eb4de8e724
commit 502d5e75e8
6 changed files with 117 additions and 54 deletions

View File

@@ -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
};