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

How to get IR image from Kinect

asked 2012-09-25 01:10:25 -0500

Maniar gravatar image

updated 2014-01-28 17:13:44 -0500

ngrennan gravatar image

Hi,

I need to get IR images from the kinect in c++. Does anyone know how to do it not using OpenCV? If not, is it complicated to add this library to my project which is one of the implemented projects in Kinect for windows developer toolkit v1.5.2?

Thanks, Maniar

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2012-09-25 14:15:35 -0500

dejanpan gravatar image

updated 2012-09-25 17:07:55 -0500

In ROS you can get it from the driver: http://ros.org/wiki/openni_camera. Just run roslaunch openni_launch openni.launch in one terminal and rosrun image_view image_view image:=/camera/ir/image_raw in the other. If you need just that bit of a code you will have to look into the driver implementation available in openni_camera package.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-09-25 01:10:25 -0500

Seen: 1,637 times

Last updated: Sep 25 '12