ros-drivers / openni2_camera

ROS wrapper for openni 2.0
http://wiki.ros.org/openni2_camera
BSD 3-Clause "New" or "Revised" License
56 stars 96 forks source link

Depth Data And Focal Lengths #74

Open Jmeyer1292 opened 6 years ago

Jmeyer1292 commented 6 years ago

Howdy,

I have an ASUS Xtion Pro Live that I want to calibrate and use to guide a robot to perform a process that involves touching surfaces. I need to calibrate this camera and use its intrinsic parameters (e.g focal lengths).

I have noticed that running the calibration process and producing a calibration file in .ros/camera_info will change the published depth camera_info to match the IR image, but the actual depth data itself is not changed. This means that later ROS nodes use a different focal length to project the depth data than is used to create the depth from what I presume is a disparity map from the device.

My question can be posed several ways:

Thanks