Calibrating a Monocular Camera with ROS - Robotics with ROS

Uncategorized

Calibrating a Monocular Camera with ROS - Robotics with ROS

URL: https://ros-developer.com/2017/04/23/camera-calibration-with-ros/
Type: link
Domain: ros-developer.com

Excerpt: ROS use OpenCV for camera calibration but the format that it stores the data is different than OpenCV. Also, you need to know where to place the camera calibration files so ROS can find it and publish it. 1.First, you need to install usb cam package from ROS and uvcdynctrl to disable autofocus: sudo apt-get install ros-kinetic-usb-cam uvcdynctrl 2.Open … Calibrating a Monocular Camera with ROS Read More »