On smaller screens, the cv2.imshow() windows are too large to see entirely. A cv2.resize() should be called on the visualized image before calling imshow. The resolution of the screen should be read by the xandr Python library. This impacts the following scripts:
On smaller screens, the
cv2.imshow()
windows are too large to see entirely. Acv2.resize()
should be called on the visualized image before calling imshow. The resolution of the screen should be read by thexandr
Python library. This impacts the following scripts:webcam_calibration_collect_images.py
webcam_calibration_process_images.py
webcam_teleop_interface.py