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

depth of points in RGB using kinect driver

asked 2013-07-26 23:00:15 -0500

fairy gravatar image

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

ngrennan gravatar image

the depth values that obtain by kinect driver is actually a no. of streams that continuously changing even if kinect remain stationary can u tell me plz y is it so? secondly if i want to access the depth of particular point out of the depth of all points that is seen by kinect, how can i do it? plz guide me

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-07-28 21:31:53 -0500

Victor Lopez gravatar image

The kinect sensor, like all other sensors, doesn't provide perfect measure, there's a variation in the depth but it shouldn't be too large.

http://en.wikipedia.org/wiki/Sensor

Regarding the depth of a particular point, you should do some point cloud tutorials so you can understand the meaning of the data you are receiving. For each point you can obtain the x, y and z coordinates in the frame of the camera.

edit flag offensive delete link more

Comments

thanks for the answer, but can I retrieve depth of particular point without going in to pcl? by making use of opencv function cvGet2D in order to access the intensity of particular point

fairy gravatar image fairy  ( 2013-07-30 22:38:09 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-07-26 23:00:15 -0500

Seen: 452 times

Last updated: Jul 28 '13