Skip to content

a grabber for the kinect2 which returns a registered pcl point cloud

Notifications You must be signed in to change notification settings

Coldplayplay/libfreenect2pclgrabber

 
 

Repository files navigation

libfreenect2pclgrabber

description

fix bugs on mirroring problem.

Press "s" to save pcd and jpg files contemporarily.

command

make

other information

A grabber for the kinect2 which returns images and Point Clouds. There is the support for multiple kinects and a ROS interface.

For any questions don't hesitate to contact me at giacomo.dabisias@gmail.com.

If you have issues with multiple kinects execute "echo 64 > /sys/module/usbcore/parameters/usbfs_memory_mb". If this works you can apply this patch permanently as follows:

Open the /etc/default/grub file in any text editor. Find and replace: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" with this:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash usbcore.usbfs_memory_mb=1000"

Update grub with these settings: $ sudo update-grub

REMEMBER TO EXECUTE sudo make install in the libfreenect2 build folder to copy all files in /usr/local

About

a grabber for the kinect2 which returns a registered pcl point cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.2%
  • CMake 10.3%
  • Makefile 0.5%