Skip to content

Docker container for capturing images from a webcam using python

License

Notifications You must be signed in to change notification settings

eifinger/python-v4l2-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published