This is a simple server application for the the Raspberry Pi camera module to stream images over the network.
- CMake version 3.0 or later
- RaspiCam: A C++ wrapper library for the Raspberry Pi camera module. Simply clone that repository to your raspberry pi and follow the installation instructions. The non-OpenCV version is sufficient for this project.
Boost.ASIOandBoost.Log
Packages provided by Raspbian work well here. You can install them withapt-get install libboost-system-dev libboost-log-devor the complete packagelibboost-all-dev.
mkdir build
cd build
cmake ..
make
./raspicam-daemon
- Add RaspiCam project as git submodule
- Add description and scripts to install application as a service
- Add interface to receive configuration settings
- ...