victorprad / InfiniTAM

A Framework for the Volumetric Integration of Depth Images
http://www.infinitam.org
Other
918 stars 351 forks source link

Add support of RealSense SDK 2.0 #92

Closed Nicien closed 6 years ago

Nicien commented 6 years ago

InputSource::RealSense2Engine requests two streams from the first available device:

Then it calibrate infiniTAM by fetching:

ywcmaike commented 6 years ago

I have done just like you do. But It doesnot make sense. I run the program like that: ./InfiniTAM/InfiniTAM ../../../Teddy/calib.txt but trying RealSense device with SDK 2.X (librealsense2) compiled without RealSense SDK 2.X support

My realsense sensor is D415 and D435. I can capture the image in the librealsense sdk 2.0 's sample program.

how to resolve the problem. @Nicien

AIBluefisher commented 5 years ago

you should try to use cmake -DWITH_REALSENSE2 .. before building InfiniTAM.