Skip to content

theSundayProgrammer/Camerasp

Repository files navigation

Camera Server

This project uses

to convert a Raspberry Pi to a web server that returns images captured from the camera.

'asio' is a header only library. Hence move the contents of the include folder to your default include path.

Install g++-x, the latest version of g++ as described below and modify the CXX variable in make files accordingly

https://solarianprogrammer.com/2015/01/13/raspberry-pi-raspbian-install-gcc-compile-cpp-14-programs/

Ensure that the IJL Jpeg libray is installed. To build run 'make' from the parent of 'src' directory.

To install as a service on Raspian I used Jason Lewis' script except for the small change I suggested in wyhasany/sysvinit-service-generator#6.

Go Figure!

Copy options.txt to /srv/cameras/options.txt. This is the configuration file.

About

Convert Raspberry Pi into a web camera using C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages