mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-09 21:10:19 +08:00
CameraRealSense2: added IR-Depth mode option
This commit is contained in:
@@ -148,7 +148,7 @@ int main(int argc, char * argv[])
|
||||
UERROR("Not built with RealSense2 support...");
|
||||
exit(-1);
|
||||
}
|
||||
camera = new CameraRealSense2(0, 0, opticalRotation);
|
||||
camera = new CameraRealSense2("", 0, opticalRotation);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user