-
Notifications
You must be signed in to change notification settings - Fork 799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
about CameraRGBDImages() #66
Comments
A calibration file should be given to CameraRGBDImages object on initialization. Example of a minimal calibration file (assuming that images are rectified and depth is already registered to RGB) arbitrarly called %YAML:1.0
camera_name: xtion
image_width: 640
image_height: 480
camera_matrix:
rows: 3
cols: 3
data: [ 525, 0., 319.5, 0., 525,
239.5, 0., 0., 1. ] CameraRGBDImages camera;
camera.init(".", "xtion"); |
Hi, Thanks for your answer. |
Yes thx, I just corrected the answer. Doing a calibration of the RGB image could give you more precise |
Hi,
Thanks for the wonderful project.
I want to use the CameraRGBDImages() by the images and depth maps captured by ASUS Xtion Pro Live.
But it said that Rectified image required! Calibrate your camera! and no odometry is provided.
How can I do?
Thank you.
The text was updated successfully, but these errors were encountered: