Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mnpappo/python_flask_opencv_video_streaming

Real Time Video Streaming with Python Flask and Opencv
https://github.com/mnpappo/python_flask_opencv_video_streaming

flask ip-camera picamera raspberry-pi-camera video-streaming webcam-streaming

Last synced: 1 day ago
JSON representation

Real Time Video Streaming with Python Flask and Opencv

Awesome Lists containing this project

README

        

# Real Time Python Flask and Opencv Video Streaming

This source code is the demonstration of **Real Time Python Flask and Opencv Video Streaming**
I have tested this code with local .mp4 file, my raspberry pi 3 camera and an IP Camera (DAHUA DH-IPC-HFW1120SP)

### Applicable For:
- Raspberry Pi Camera
- IP Camera
- Webcam
- Any Locally Stored Video

# Dependencies

- Opencv
- Flask

Inspired By [Miguel Grinberg](https://blog.miguelgrinberg.com/post/video-streaming-with-flask) Post on Video Streaming