- monitor the speed of people driving in front of my house 🚚
- take a picture of each car and label it with its speed 📷
- make a cool time-lapse video and put it on youtube 📺 https://youtu.be/GM9vSAUtNBc
- make cool graphs to analyze the data 📊 📉 (Charts/Graphs Below!)
- Raspberry Pi Zero2 W
- Clone https://github.com/pageauc/speed-camera.git 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
cd /home/pi/speed-camera
python3 ./webserver.py &
python ./speed-cam.py &