https://github.com/raghul-m/simple_opencv-live-streaming-webapp
Simple Live-feed Streaming webapp
https://github.com/raghul-m/simple_opencv-live-streaming-webapp
flask-application html5 opencv-python python
Last synced: 10 months ago
JSON representation
Simple Live-feed Streaming webapp
- Host: GitHub
- URL: https://github.com/raghul-m/simple_opencv-live-streaming-webapp
- Owner: Raghul-M
- Created: 2022-07-19T17:38:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T10:38:34.000Z (almost 3 years ago)
- Last Synced: 2025-03-13T05:42:18.643Z (over 1 year ago)
- Topics: flask-application, html5, opencv-python, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Live-feed Streaming Web App
This is a simple live-feed streaming web application built with Flask and OpenCV. The app allows users to stream live video from their camera in real-time.

## Features
- Live video streaming from your camera.
- Real-time video processing using OpenCV.
- Minimal and user-friendly interface.
## Getting Started
### Prerequisites
Before running the application locally, make sure you have the following prerequisites installed:
- Python 3.6 or higher
- Flask
- OpenCV
- Numpy
You can install these dependencies using the following command:
```bash
pip install Flask opencv-python numpy
```
### Usage
Open your web browser and go to http://127.0.0.1:5000.
You will see the live video stream from your camera displayed on the web page.
Enjoy real-time video processing with OpenCV! (You can customize the processing code in app.py to suit your needs.)
### Usage
The live-feed streaming functionality may not work on all browsers, and it requires user permission to access the camera. The app may also require additional configuration for deployment in production environments.