a middleware based camera system that can be used for Dashcams or custom open-source home survailance systems
Run
docker build -t pi-cam .
docker run -p 3000:80 pi-camThen open localhost:3000 🎈
Clone/copy the repo to the pi and run,
./setup.bashNote
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 .