Skip to content

DARKMOONlite/quickcam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickcam

a middleware based camera system that can be used for Dashcams or custom open-source home survailance systems

Quickstart Web Portal (with Docker for testing)

Run

docker build -t pi-cam .
docker run -p 3000:80 pi-cam

Then open localhost:3000 🎈

Deploying

Clone/copy the repo to the pi and run,

./setup.bash

Building the cpp framework

Note

you will need to have cyclonedds installed on your system, as its used as the middleware between modules. the c++ version of cyclonedds can be found and installed from here

mkdir  orchestrator/build
cd orchestrator
cmake -S . -B build
cmake --build .

About

simple raspberry pi dashcam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors