Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ulrikhesmyr/home_surveillance

Video surveillance system - Computer vision, WebRTC, Websocket
https://github.com/ulrikhesmyr/home_surveillance

http-server opencv webrtc websocket

Last synced: 26 days ago
JSON representation

Video surveillance system - Computer vision, WebRTC, Websocket

Awesome Lists containing this project

README

        

# home_surveillance

## Setup
### Prerequisites
### Installation
1. `git clone ...`
2. `cd home_surveillance`
3. `python -m venv .venv/`
4. `./.venv/Scripts/activate`
5. `pip install`
6. `python app.py`

## Usage

When starting the program, it is important the camera is not moved or that there are any non-static elements in the frame, for example a person. This is so that the background and foreground segmentation will be consistent and so that the motion detection algorithm works as intended