Describe the bug
Currently, using cv2.imshow() causes an "Unknown C++ exception from OpenCV code" error when run on an Apple Silicon device. This is a known issue with opencv, and is still unresolved as of now.
To Reproduce
Steps to reproduce the behavior:
- On any Apple Silicon device, run
src/main.py. This will cause the aforementioned error, and the program will stop.
Expected behavior
src/main.py should continue running as normal.
Desktop (please complete the following information):
- OS: MacOS
- Python Version 3.11
Describe the bug
Currently, using
cv2.imshow()causes an "Unknown C++ exception from OpenCV code" error when run on an Apple Silicon device. This is a known issue with opencv, and is still unresolved as of now.To Reproduce
Steps to reproduce the behavior:
src/main.py. This will cause the aforementioned error, and the program will stop.Expected behavior
src/main.pyshould continue running as normal.Desktop (please complete the following information):