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

Kinect calibration "Unknown OpenCV format yuv422"

asked 2012-12-26 08:01:31 -0500

dinamex gravatar image

updated 2016-10-24 08:34:36 -0500

ngrennan gravatar image

Hi all,

I would like to intrinsically calibrate my asus sensor. Therefore I used the "openni_launch/Tutorials/IntrinsicCalibration" page. I calibrated the IR without problems. Now I want to calibrate the RGB sensor but get the following error message.

Unknown OpenCV format yuv422

I use following command (nothing special therefore I dont think that it is a false usage from my side)

$rosrun camera_calibration cameracalibrator.py image:=/camera/rgb/image_raw camera:=/camera/rgb --size 8x6 --square 0.025

My machine is a fresh install Ubunutu 12.4 and ROS Fuerte.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-03-14 08:37:29 -0500

clemens gravatar image

Just use the image_mono stream instead:

$rosrun camera_calibration cameracalibrator.py image:=/camera/rgb/image_mono camera:=/camera/rgb --size 8x6 --square 0.025
edit flag offensive delete link more

Comments

1

This is the correct answer for camera calibration since it's just going to convert it into mono anyway. For other applications, you can subscribe to a more compatible image stream on /camera/rgb/image_color

Chad Rockey gravatar image Chad Rockey  ( 2013-03-14 21:19:39 -0500 )edit

Question Tools

Stats

Asked: 2012-12-26 08:01:31 -0500

Seen: 583 times

Last updated: Mar 14 '13