K4aGrabber icon indicating copy to clipboard operation
K4aGrabber copied to clipboard

Kinect Azure DK Grabber of PCL (Point Cloud Library).

Results 4 K4aGrabber issues
Sort by recently updated
recently updated
newest added

trying to use this grabber, completes make, when I run Cmake I get this, any thoughts?: $ sudo make [ 33%] Linking CXX executable PCL_Grabber_OneKinect /usr/bin/ld: cannot open output file...

After I created the Environment, using Visual Studio 2017 open the k4aGrabber-master, it shows: CMake Error at D:\K4aGrabber-master\CMakeLists.txt:117 (message): K4A SDK not found in Program Files or ./ext/sdk. Please install...

Hi, the following line in `PCL_Grabber_TwoKinects/Source_pcl.cpp` causes a compilation issue: ```cpp #include ``` It should be `Open3D` instead of `Open3d`. I guess that it doesn't make a difference on Windows,...