eifinger / python-v4l2-docker

Docker container for capturing images from a webcam using python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-v4l2-docker

A docker image to contain all the needed python and system libraries
for a simple image capturing from a usb camera with python.

##Usage

sudo docker run --device=/dev/video0 -v <image directory>:/capture -it --name <container name> eifinger/python-v4l2-docker For example:
sudo docker run --device=/dev/video0 -v /home/eifinger/python-v4l2-docker/capture:/capture -it --name python-v4l2-docker eifinger/python-v4l2-docker

Links

About

Docker container for capturing images from a webcam using python

License:MIT License


Languages

Language:Python 68.4%Language:Dockerfile 31.6%