An open API service indexing awesome lists of open source software.

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

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)