Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mnpappo/python_flask_opencv_video_streaming
- Owner: mnpappo
- Created: 2018-08-18T02:43:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T23:21:12.000Z (over 6 years ago)
- Last Synced: 2025-02-01T12:44:10.989Z (13 days ago)
- Topics: flask, ip-camera, picamera, raspberry-pi-camera, video-streaming, webcam-streaming
- Language: HTML
- Homepage:
- Size: 18.6 MB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- FlaskInspired By [Miguel Grinberg](https://blog.miguelgrinberg.com/post/video-streaming-with-flask) Post on Video Streaming