When trying to use digipyro on a rectangular video, I get the following error:
Traceback (most recent call last): File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1008.0_x64_qbz5n2kfra8p0\lib\tkinter\_init__.py", line 1883, in _call_ return self.func(*args) File "DigiPyRo.py", line 466, in start frame = cv2.resize(frame,(width,height), interpolation = cv2.INTER_CUBIC) cv2.error: OpenCV(4.2.0) C:\projects\opencv-python\opencv\modules\imgproc\src\resize.cpp:4045: error: (-215:Assertion failed) !ssize.empty() in function 'cv::resize'
and the output file cannot be opened. If I crop my video to be square, the issue is resolved. Please add support for rectangular videos in the future.
When trying to use digipyro on a rectangular video, I get the following error:
Traceback (most recent call last): File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1008.0_x64_qbz5n2kfra8p0\lib\tkinter\_init__.py", line 1883, in _call_ return self.func(*args) File "DigiPyRo.py", line 466, in start frame = cv2.resize(frame,(width,height), interpolation = cv2.INTER_CUBIC) cv2.error: OpenCV(4.2.0) C:\projects\opencv-python\opencv\modules\imgproc\src\resize.cpp:4045: error: (-215:Assertion failed) !ssize.empty() in function 'cv::resize'and the output file cannot be opened. If I crop my video to be square, the issue is resolved. Please add support for rectangular videos in the future.