├── README.md ├── app.py ├── requirements.txt └── templates └── index.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akmamun/multiple-camera-stream/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akmamun/multiple-camera-stream/HEAD/app.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | Flask==1.0.2 2 | opencv-python==3.4.3.18 3 | -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akmamun/multiple-camera-stream/HEAD/templates/index.html --------------------------------------------------------------------------------