https://github.com/jcksnvllxr80/speed-camera
Monitor the speed of people driving in front of my house with a raspberry pi camera, zero2 w, and the speed-camera repo I cloned from Pageauc. :car: :police_car:
https://github.com/jcksnvllxr80/speed-camera
pi-camera raspberry-pi speed-detection
Last synced: 8 months ago
JSON representation
Monitor the speed of people driving in front of my house with a raspberry pi camera, zero2 w, and the speed-camera repo I cloned from Pageauc. :car: :police_car:
- Host: GitHub
- URL: https://github.com/jcksnvllxr80/speed-camera
- Owner: jcksnvllxr80
- Created: 2022-03-08T05:28:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T06:10:27.000Z (over 4 years ago)
- Last Synced: 2025-04-04T01:51:04.839Z (about 1 year ago)
- Topics: pi-camera, raspberry-pi, speed-detection
- Language: HTML
- Homepage: https://github.com/pageauc/speed-camera.git
- Size: 6.89 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speed Camera
[](lib-release)
[](lib-release)
[](lib-stars)
[](lib-issues)
[](lib-licence)
## Purpose
- monitor the speed of people driving in front of my house :truck:
- take a picture of each car and label it with its speed :camera:
- make a cool time-lapse video and put it on youtube :tv:
- make cool graphs to analyze the data :bar_chart: :chart_with_downwards_trend: (Charts/Graphs Below!)
## How
- Raspberry Pi Zero2 W
- Clone to the pi
- point the camera at the road
- add the starting of the scripts to the bottom of /etc/rc.local (above 'exit 0')
- calibrate and configure
## /etc/rc.local additions
```sh
cd /home/pi/speed-camera
python3 ./webserver.py &
python ./speed-cam.py &
```
## Example Image

## Charts / Graphs
### Average Speed vs. Day

### Car Count vs. Hour

### Frequency of Speed

### Speed's Normal Distribution

### Average Speed vs. Direction (L2R or R2L)
")
### Average Speed vs. Hour

### Car Count vs. Day
