erik more precisely, the calibration shuts off after spacebar press in the calibration application. The error output:
[18443010D118B00E00] [1.2.1] [0.689] [ColorCamera(4)] [warning] Unsupported resolution set for detected camera OV9782, needs 800_P or 720_P. Defaulting to 800_P
Starting image capture. Press the [ESC] key to abort.
Will take 13 total images, 1 per each polygon.
800 1280
Traceback (most recent call last):
File "calibrate.py", line 672, in <module>
Main().run()
File "calibrate.py", line 664, in run
self.capture_images()
File "calibrate.py", line 391, in capture_images
frame = packet[1].getCvFrame()
cv2.error: OpenCV(4.5.5) /io/opencv/modules/imgproc/src/color.simd_helpers.hpp:108: error: (-215:Assertion failed) sz.width % 2 == 0 && sz.height % 3 == 0 in function 'CvtHelper'
Is there any workaround available?