/raspberry-security-camara

Monorepo of a RaspberryPi security camara project

Primary LanguageGoMIT LicenseMIT

Sublime's custom image

Raspberry PI Security Camara

Monorepo to run a security camara using the RaspberryPi. It contains the api written in GoLang and the frontend that uses the driver libcamera-vid to record.

Development of API

Move into the api folder and execute go install to install the dependencies and build the project into the go binaries path. If you want to have a build of the project directly in the api folder you can execute go build main.go which will generate a binary for your platform directly in the api folder.

Compile the project directly into your Rasbperry Pi, that way you avoid possible architecture or OS incompatibilities.