https://github.com/hacksore/garage-plate-detection
https://github.com/hacksore/garage-plate-detection
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hacksore/garage-plate-detection
- Owner: Hacksore
- Created: 2020-04-18T23:43:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T23:22:37.000Z (about 6 years ago)
- Last Synced: 2024-10-06T05:02:42.267Z (almost 2 years ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# garage-plate-detection
### Objective
Use a network camera and raspberry pi to detect if vehicle is present in a garage.
### Technologies
- docker
- Wyze Cam V2 (Beta firmware for RTSP)
- openalpr
- express
- ffmpeg
# Running
```shell
docker run -d -p 8080:8080 -e CAM_USER="user" -e CAM_PASS="pass" -e CAM_ADDRESS="adress" seanboult/gpd
```
### Wyze Cam V2
So the beta has a flaw that it goes unstable and you need to restart the device the device to make work again. I'm getting around this by using IFTTT to restart the camera every hour.