Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ulrikhesmyr/home_surveillance
- Owner: ulrikHesmyr
- Created: 2024-08-20T14:52:04.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T21:45:18.000Z (3 months ago)
- Last Synced: 2024-10-04T22:14:41.927Z (about 2 months ago)
- Topics: http-server, opencv, webrtc, websocket
- Language: Python
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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