Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hardcode data_collection_backend.py to use the correct xcb file Issue arises from pyqt5 finding xcb dependency within the cv2 folder instead of its own pyqt5 folder. My old bandaid fix involved renaming /home/screwsorter/.local/lib/python3.9/site-packages/cv2/qt/plugins/platforms to platforms_old But that prevented usage of cv.imshow(). This new fix means we can use both cv2.imshow() and our pyqt5 application GUI. https://stackoverflow.com/questions/68417682/qt-and-opencv-app-not-working-in-virtual-environment opencv/opencv-python#736
- Loading branch information