After trying long way to capture Point Cloud without Grabber, there is easier way to capture Point Cloud with Kinect. Utilize OpenNI2 Grabber.But here, make sure you add additional Property Sheet for OpenNI2 OpenNI2.props C/C++ Additional Include Dir C:\Program Files\OpenNI2\Include…
Capture Point Cloud with PCL 1.8 and Kinect V2 #2 – Without Grabber
After you go through PCL and Kinect Setup. You can start writing program. This time, I will try to capture the Point Cloud without using Grabber. Grabber is method provided by OpenNI library. So in this program, you do not…
Capture Point Cloud with PCL 1.8 and Kinect V2 #1 – Setup
For the sake of my individual project, I have been investigating many libraries and try tutorial of each library, change programming language from C# to C++, and many things. Those are only for utilizing potential of Microsoft Kinect v2 with…