Docker image for the rpi cam web interface https://github.com/silvanmelchior/RPi_Cam_Web_Interface
4.0K
Web based interface for controlling the Raspberry Pi Camera, includes motion detection, time lapse, and image and video recording. Current version 6.4.14 All information on this project can be found here: http://www.raspberrypi.org/forums/viewtopic.php?f=43&t=63276
The wiki page can be found here:
http://elinux.org/RPi-Cam-Web-Interface
This version of rpi cam can run inside a docker container. For this to work you need to install docker and docker-compose on your pi.
Execute this as root:
curl -sSL https://get.docker.com | sh
apt-get -y install python-pip
pip install docker-compose
That's it!
Now run:
docker-compose up
You can modify volumes/mounts and ports in the docker-compose.yml. Also you can set user and pass as environment variable in the docker-compose.yml as USER_PASS=user:pass. For using your own uconfig and schedule.json you can put those files into a folder eg. data and mount it (already done in docker-compose.yml).
Content type
Image
Digest
Size
196.1 MB
Last updated
over 6 years ago
docker pull konjak/rpicam