-
Notifications
You must be signed in to change notification settings - Fork 378
Sharing webcam with container
mviereck edited this page Sep 13, 2018
·
2 revisions
This one is easy: Share all files /dev/video*
. At least you need --device /dev/video0
.
x11docker provides this with option --webcam
.
Application specific issues:
-
cheese
needssystemd
in container and privileged access to host. Use another webcam application. -
guvcview
needs a working container sound setup.