OpenCV + PyQT compatibility
ssilburn opened this issue · 1 comments
ssilburn commented
There is an issue with some combinations of OpenCV and PyQt versions which can cause OpenCV to not work. This could be solved by changing the opencv dependency from opencv-python to opencv-python-headless which is a build of OpenCV without any GUI dependencies. Tested on Windows and Calcam seems to work fine using opencv-python-headless instead of opencv-python.
ssilburn commented
As of v2.8, setup.py has been changed to install opencv-python-headless instead of opencv-python if opencv is not already installed.