/azure_kinect_pcl_grabber

Get point cloud data from Azure Kinect DK by using pcl

Primary LanguageC++MIT LicenseMIT

Azure_kinect_pcl_grabber

Grab point cloud data from Azure Kinect DK by using PCL(point cloud library) Writing the work based on the Kinect2Grabber by UnaNancyOwen

Environment

  • Visual Studio 2017
  • Azure Kinect Sensor SDK v1.4.1(or later)
  • Point Cloud Library v1.9.1
  • .NET Core SDK 3.1.2(or later)

License

Copyright © 2020 Zhaoyang Wang.

Distributed under the MIT License.

Contact

Reference

ToDoList

* Collect the point cloud data into *.pcd .

  • Save Body Tracking Data in a file different from *.pcd.
  • Save Body Tracking and pcl::PointXYZRGBA in one file.