https://github.com/acol248/dash-pi
Dash camera software designed to run on the Raspberry Pi.
https://github.com/acol248/dash-pi
picamera2 raspberry-pi raspberry-pi-3 raspberry-pi-4 raspberry-pi-5 raspberry-pi-zero-2-w
Last synced: 2 months ago
JSON representation
Dash camera software designed to run on the Raspberry Pi.
- Host: GitHub
- URL: https://github.com/acol248/dash-pi
- Owner: acol248
- Created: 2025-01-05T09:51:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-29T20:45:38.000Z (about 1 year ago)
- Last Synced: 2025-06-29T21:32:09.615Z (about 1 year ago)
- Topics: picamera2, raspberry-pi, raspberry-pi-3, raspberry-pi-4, raspberry-pi-5, raspberry-pi-zero-2-w
- Language: TypeScript
- Homepage:
- Size: 2.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DashPi
A dash camera application designed to run on the Raspberry Pi, using camera modules compatible with `picamera2`.
## Getting Started
The app can be run by running `run.sh`.
Running `setup.sh` will do everything `run.sh` does however will also create a systemctl service to run the app on boot.
The virtual environment, script or both can be removed by running `uninstall.sh`.