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
File "/opt/ros/noetic/lib/camera_calibration/tarfile_calibration.py", line 228, in <module>
cal_from_tarfile(boards, tarname, options.mono, options.upload, calib_flags, options.visualize, options.alpha)
File "/opt/ros/noetic/lib/camera_calibration/tarfile_calibration.py", line 62, in cal_from_tarfile
calibrator.do_tarfile_calibration(tarname)
File "/opt/ros/noetic/lib/python3/dist-packages/camera_calibration/calibrator.py", line 1436, in do_tarfile_calibration
self.cal(limages, rimages)
File "/opt/ros/noetic/lib/python3/dist-packages/camera_calibration/calibrator.py", line 1081, in cal
goodcorners = self.collect_corners(limages, rimages)
File "/opt/ros/noetic/lib/python3/dist-packages/camera_calibration/calibrator.py", line 1107, in collect_corners
raise CalibrationException("No corners found in images!")
camera_calibration.calibrator.CalibrationException: No corners found in images!
The tar file has the checkerboard pattern images in the corresponding left.png and right.png format in it as well.I'm not able to add the tar file here since its large than 25MB
Note: When I run it using the ROS Stereo Calibration,it works without any issues.The input images for the tarfile calibration are the images that are saved from the calibration_data.tar file saved from ROS Stereo process.
Hello,I have been trying to use the tarfile_calibration.py but I always encounter this error.I tried to load a tar file and run it using:
rosrun camera_calibration tarfile_calibration.py archive.tar --square 0.051 --size 7x10.
Here is the corresponding error:
The tar file has the checkerboard pattern images in the corresponding left.png and right.png format in it as well.I'm not able to add the tar file here since its large than 25MB
Note: When I run it using the ROS Stereo Calibration,it works without any issues.The input images for the tarfile calibration are the images that are saved from the calibration_data.tar file saved from ROS Stereo process.
ROS version: Noetic
OS Release/Version: Ubuntu 20.04
Version or commit hash of image_pipeline used: Noetic
The text was updated successfully, but these errors were encountered: