camera_calibration does not work ros noetic
I try to calibrate my usb camera but camera_calibration doesn't work. Here my screenshot. I find an answer in ros forum but it did not solve my problem.
Solutions tried:
- I update camera_calibration pack "#!/usr/bin/env python" --> not worked. Output says: path not found.
- I tried "#!/usr/bin/python3" . It worked but when calibrator.py runs it does not show anything. I tried all of path possible but not solved yet.
My cv_camera node is here :
<launch>
<node pkg=”cv_camera” type=”cv_camera_node” name=”cv_camera” output=”screen”>
<param name=”flip_image” value=”false” />
<param name=”device_id” value=”1" />
<param name=”image_width” value=”640" />
<param name=”image_height” value=”480" />
</node>
</launch>