-
Notifications
You must be signed in to change notification settings - Fork 57
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
camera calibration #89
Comments
I don't know about ROS, but if you want to know everything and more, here is OpenCV's related documentation : http://docs.opencv.org/2.4/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html On a more efficient note, if you want to generate your camera calibration to be used by chilitags, you can simply use the output of opencv's sample in Hope that helps |
@flobotics What is your actual question? how to calibrate your camera? how to use calibration data with chilitags? ROS uses a specific mechanism that 'hides' the calibration details in a |
hi @severin-lemaignan , |
hi,
the only text about camera calibration i could found is on ros_markers site: images and camera calibration are read from a standard ROS camera
What does this mean ? The roslaunch command only uses the image-topic and the camera-frame-topic, no camera_info topic ? Or is there anywhere a config file ?
I use a kinect2, but i think i got no good camera calibration in chilitags for this, or am i wrong ? (auto-calibration )
The text was updated successfully, but these errors were encountered: