https://github.com/darkmoonlite/rpi-dashcam
simple raspberry pi dashcam
https://github.com/darkmoonlite/rpi-dashcam
Last synced: 9 months ago
JSON representation
simple raspberry pi dashcam
- Host: GitHub
- URL: https://github.com/darkmoonlite/rpi-dashcam
- Owner: DARKMOONlite
- License: mit
- Created: 2024-01-29T08:11:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T04:45:57.000Z (about 1 year ago)
- Last Synced: 2025-02-07T02:37:43.818Z (11 months ago)
- Language: Python
- Size: 261 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPi-Dashcam
## Quickstart (with Docker for testing)
Run
```sh
docker build -t pi-cam .
docker run -p 3000:80 pi-cam
```
Then open 🎈
## Deploying
Clone/copy the repo to the pi and run,
```sh
./setup.bash
```
## [Camera System Architecture](/camera/readme.md)