Search code examples
c++c++11point-cloud-librarypoint-cloudsopenkinect

How do I store libfreenect data in a point cloud?


How do I store the data from the kinect v1 into an xyzrgb cloud on Linux? I have already written the pcl portion of my project that involves the kinect and just have to write the part from the kinect that opens a stream and returns data for the point cloud. I have searched high and low but cannot find a comprehensive answer.


Solution

  • Check out OKPCL by Qworg on github