![]() |
||
---|---|---|
.. | ||
.gitignore | ||
README.md | ||
cvdemo.py | ||
main.py | ||
pyproject.toml | ||
qtdemo.py | ||
qtvplayer.py |
README.md
PyQt5+PyOpenGL+OpenCV Demo for WebCam
poetry install
python main.py
NOTE
Because of the conflicition of the Qt version between PyQt5 and OpenCV, we have to disable the GUI feature of OpenCV when integrate them together.
If you wanna run the opencv demo independently(without PyQt5):
poetry remove opencv-python-headless
poetry add opencv-python
python cvdemo.py