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

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

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.

![Live-feed Streaming Web App](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRdogpLEwM-WtDxAUdmOxGIcYFC9FJ1zY37s5jkY5Ze1VXqnEqm7v_6j5zVCP_Gl5SoZBA&usqp=CAU)

## 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.