Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 343 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 343 Bytes

Docker Picamera

Docker container for streaming a Raspberry Pi's camera via HTTP/MJPG.

How to start

Perform a docker build :

docker build -t cmcrobotics/picamera

Then run

sudo docker run -d --name=picam --restart=always   --device /dev/vchiq   -p 8000:8000   -e VFLIP=true -e RESOLUTION=800x480   cmcrobotics/picamera