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

ha's profile - activity

2014-01-28 17:28:36 -0500 marked best answer depth of kinect

Hello, I use the ununtu and openni.

I'm looking at the kinect depth value.

(http://www.ros.org/wiki/kinect_calibration/technical).

There is "Disparity to depth relationship".

Is it open-kinect or openni or both relationship?

I want to know depth value and compare the actual distance.

(http://mathnathan.com/2011/02/depthvsdistance/)

The hompage' host used libfreenect driver.

Can anyone tell me how to obtain depth value or disparity value in ubuntu, openni

driver?

Is it possible extract the distance or disparity in a particular point ?

Thanks.

2013-03-16 14:47:21 -0500 received badge  Famous Question (source)
2013-01-24 21:34:51 -0500 received badge  Notable Question (source)
2012-11-22 08:40:38 -0500 received badge  Famous Question (source)
2012-11-22 08:40:38 -0500 received badge  Notable Question (source)
2012-10-12 08:07:20 -0500 received badge  Famous Question (source)
2012-09-21 08:38:50 -0500 received badge  Popular Question (source)
2012-09-20 20:00:05 -0500 received badge  Famous Question (source)
2012-09-06 02:54:40 -0500 received badge  Famous Question (source)
2012-09-03 05:01:40 -0500 received badge  Notable Question (source)
2012-09-03 03:15:54 -0500 answered a question cv_bridge accuracy?

I appreciate it. I read answers and look here(http://www.ros.org/wiki/cv_bridge/Tutorials/UsingCvBridgeToConvertBetweenROSImagesAndOpenCVImages)

There is "ROS passes around images in its own sensor_msgs/Image message format."

But "sensor_msgs/Image message format" has uint8[] data.(http://ros.org/doc/api/sensor_msgs/html/msg/Image.html)

Is it wrong? I know depth data is 11bit data. I think "sensor_msgs/Image" is encoded and it loss some information.

It convert ROS image to OpenCV image.

Loss image converted also has loss information. Is it right?

So I want to get 11bit raw datas. What can I do?

2012-09-02 16:15:27 -0500 received badge  Popular Question (source)
2012-08-30 12:59:18 -0500 asked a question cv_bridge accuracy?

ROS passes around images in its own sensor_msgs/image message format. But it is 8bit data. So I wiil want to use images in conhunction with OpenCV. CvBridge is a ROS library that provides an interface between ROS and OpenCV. Maybe Using cv_bridge is 32bit data. Dose from 8bit to 32bit make loss accuracy?

2012-08-29 11:56:42 -0500 commented question get the raw kinect data

I think sensor_msgs/image message format is 8bit and using cv_bridge is 16bit or 32bit. Dose from 8bit to 32bit make loss accuracy?

2012-08-29 05:19:31 -0500 received badge  Famous Question (source)
2012-08-28 17:28:15 -0500 received badge  Notable Question (source)
2012-08-28 13:27:45 -0500 answered a question 8bit kinect data

If I use cv_bridge, can I get depth or disparity value?

( I don't read last question. so I ask one more. you understand it )

2012-08-28 05:03:52 -0500 received badge  Popular Question (source)
2012-08-28 03:08:20 -0500 asked a question get the raw kinect data

In openni, I think sensor_msgs encode data.

Because, rostopic echo /camera/depth/image and /camera/depth/disparity pulish not 16bit or 11bit, just 0~255.

I think the data is not actual depth data( distance )

I want to know depth value. But I don't know how to get the depth value.

I know the relation ( Z=fT/d ).

I think the fomula substituted raw data is right.

How can I get the raw kinect sensor data?

Or How can I get the actual depth value?

2012-08-20 22:14:52 -0500 received badge  Popular Question (source)
2012-08-20 22:14:52 -0500 received badge  Notable Question (source)
2012-08-19 22:12:56 -0500 answered a question I find kinect depth fomula, Is it right? modified Question

Kinec topic /camera/depth/image_raw is published just 8bit.

not 11bit.

2012-08-19 21:32:42 -0500 received badge  Popular Question (source)
2012-08-17 04:21:46 -0500 received badge  Famous Question (source)
2012-08-17 03:37:39 -0500 received badge  Popular Question (source)
2012-08-17 03:37:39 -0500 received badge  Notable Question (source)
2012-08-16 07:03:51 -0500 received badge  Notable Question (source)
2012-08-16 06:27:10 -0500 received badge  Popular Question (source)
2012-08-16 05:35:07 -0500 asked a question what do I use topic to measure kinect distance?

I try to know distance.

Documentation states that

depth/image_raw (sensor_msgs/Image) Raw image from device. Contains uint16 depths in mm.

But I get is values one byte long, max of 255

What do I use topic to measure kinect distance?

How can I find depth?

2012-08-15 14:26:47 -0500 asked a question where is the kinect place to measure?

I try to compare the actual distance with kinect data.

I want to measure 1m from object to kinect.

From the object, where do I measure up to the kinect?

kinect"s front? middle? back??

2012-08-15 13:30:23 -0500 received badge  Famous Question (source)
2012-08-15 13:30:23 -0500 received badge  Notable Question (source)
2012-08-15 13:30:23 -0500 received badge  Popular Question (source)
2012-08-14 02:56:12 -0500 answered a question "rostopic echo" of the kinect

Thank you. I have a question.

Does pointcloud2 topic put actual distance??

2012-08-14 00:47:07 -0500 asked a question "rostopic echo" of the kinect

I am using ubuntu 11.10.

I place the kinect toward white wall

and

rosrun image_view image_view image:=/camera/depth/image

I can see the depth image

But rostopic echo /camera/detph/image

put different numbers(datas).

How can I get the same datas?

And how can I find actual distance using openni driver?

2012-08-13 04:28:33 -0500 edited question kinect 3D data coordinates

I have a Question. pleaes tell me the answer~

kinect 3D data has the X,Y,Z coordinates.

Where is the X,Y,Z data's (0,0,0)?

kinect sensor? kinect lens?