├── README.md ├── __pycache__ └── ui_main_window.cpython-35.pyc ├── main_window.py ├── ui_main_window.py └── ui_main_window.ui /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berrouba-med-amine/simple-python-camera-viewer-opencv3-PyQt5/HEAD/README.md -------------------------------------------------------------------------------- /__pycache__/ui_main_window.cpython-35.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berrouba-med-amine/simple-python-camera-viewer-opencv3-PyQt5/HEAD/__pycache__/ui_main_window.cpython-35.pyc -------------------------------------------------------------------------------- /main_window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berrouba-med-amine/simple-python-camera-viewer-opencv3-PyQt5/HEAD/main_window.py -------------------------------------------------------------------------------- /ui_main_window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berrouba-med-amine/simple-python-camera-viewer-opencv3-PyQt5/HEAD/ui_main_window.py -------------------------------------------------------------------------------- /ui_main_window.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/berrouba-med-amine/simple-python-camera-viewer-opencv3-PyQt5/HEAD/ui_main_window.ui --------------------------------------------------------------------------------