victorprad / InfiniTAM

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

compiled without support #144

Closed fang-lai closed 4 years ago

fang-lai commented 4 years ago

initialising ... using calibration file: trying OpenNI device: - calibration: internal Calibration filename not specified. Using default parameters. compiled without OpenNI support trying UVC device Calibration filename not specified. Using default parameters. compiled without LibUVC support trying RealSense device Calibration filename not specified. Using default parameters. compiled without RealSense Windows support trying RealSense device with SDK 2.X (librealsense2) Calibration filename not specified. Using default parameters. compiled without RealSense SDK 2.X support trying MS Kinect 2 device Calibration filename not specified. Using default parameters. compiled without Kinect 2 support trying PMD PicoFlexx device Calibration filename not specified. Using default parameters. compiled without LibRoyale support failed to open any image stream

thinks

fang-lai commented 4 years ago

OPTION(WITH_OPENNI "Build with OpenNI support?" OFF)

calmelo commented 3 years ago

What the OPTION mean? It's not legal arguments and I can't understand.

sgolodetz commented 3 years ago

@calmelo It's a CMake option - when you configure with CMake, you can set it to enable/disable building with OpenNI support.