You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to calibrate the Kinect depth camera to the built-in RGB camera. I calibrate the intrinsic parameters without any problem but I have a problem with the IR image:
running rosrun image_view image_view image:=/camera/ir/image_raw I just see a black image, while during the calibration with rosrun camera_calibration cameracalibrator.py image:=/camera/ir/image_raw camera:=/camera/rgb --size 5x4 --square 0.0245 the IR image was displayed correctly.
For this reason I cannot compute the extrinsic parameters between the RGB and the IR camera using camera_pose_calibration node...
With rqt_gui I can see this:
while running the camera_pose_calibration (the rgb images are coming from a bag file):
Issue by jokla
Wednesday Sep 02, 2015 at 08:35 GMT
Originally opened as ros-drivers/openni_launch#20
Hi,
I'm trying to calibrate the Kinect depth camera to the built-in RGB camera. I calibrate the intrinsic parameters without any problem but I have a problem with the IR image:
running
rosrun image_view image_view image:=/camera/ir/image_raw
I just see a black image, while during the calibration withrosrun camera_calibration cameracalibrator.py image:=/camera/ir/image_raw camera:=/camera/rgb --size 5x4 --square 0.0245
the IR image was displayed correctly.For this reason I cannot compute the extrinsic parameters between the RGB and the IR camera using camera_pose_calibration node...
With rqt_gui I can see this:
while running the camera_pose_calibration (the rgb images are coming from a bag file):
I am using Ubuntu 14.04 and ROS Indigo. I had to install the older version of driver manually:
( libopenni-sensor-primesense-dev and libopenni-sensor-primesense0). I can see from rqt_graph that both node are subscribing to the same topic...
Any ideas?
Thank you!
The text was updated successfully, but these errors were encountered: