ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

How to change the Kinect point cloud resolution

asked 2011-03-06 21:46:51 -0500

updated 2016-10-24 09:01:47 -0500

ngrennan gravatar image

Is it possible to change the Kinect point cloud resolution, via openni_camera or openni_node, such that fewer points are returned ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2011-03-07 00:11:43 -0500

updated 2011-03-07 00:13:23 -0500

Check out the Changing driver settings section of the openni_camera wiki. The parameter you'd want to tweak is depth_mode. The Kinect openni_node driver supports VGA(640x480), QVGA(320x240), and QQVGA(160x120) resolutions of the point cloud, all at 30Hz.

edit flag offensive delete link more

Comments

It looks as if the QQVGA resolutions aren't available, but QVGA does work and gives a much better update rate.
JediHamster gravatar image JediHamster  ( 2011-03-07 00:49:27 -0500 )edit
Are you sure? I think I used the 160x120 before. Make sure you select the 30Hz though, otherwise it won't work
Ivan Dryanovski gravatar image Ivan Dryanovski  ( 2011-03-07 00:57:18 -0500 )edit
Ok, using a value of 8 for both depth and image I can get the QQVGA resolution.
JediHamster gravatar image JediHamster  ( 2011-03-07 01:18:15 -0500 )edit
Please mark the question as answered.
tom gravatar image tom  ( 2011-03-10 01:55:20 -0500 )edit

Question Tools

Stats

Asked: 2011-03-06 21:46:51 -0500

Seen: 1,931 times

Last updated: Mar 07 '11