Skip to content

boortel/RPi-Camera-Recorder

 
 

Repository files navigation

Single Camera Bee Recorder

Setup

Download and install Raspberry OS for RPi4

Install following dependences:

$ sudo apt install vim git wget libyaml-cpp-dev libopencv-dev cmake -y

Prepare data storage folder

$ mkdir ~/Data/

Clone this repo and run the install.sh script

$ sudo chmod +x install.sh
$ sudo ./install.sh

Reboot RPi, and it will automatically record data into the ~/Data/ forlder.

Disable Service

$ sudo systemctl stop single_camera.service
$ sudo systemctl disable single_camera.service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.8%
  • Shell 5.1%
  • CMake 4.1%