From c33cf55f78011880fc44aadf626b6099165e203b Mon Sep 17 00:00:00 2001 From: Settel Date: Mon, 12 May 2025 17:24:32 +0200 Subject: [PATCH] feat: forward access to video cam to container --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 0da7b3c..ac40a44 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,11 @@ run: -v $$HOME/various/downloads:/home/chromium/Downloads \ --device /dev/snd \ --device /dev/dri \ + --device /dev/video0 \ + --device /dev/video1 \ + --device /dev/video2 \ + --device /dev/video3 \ + --device /dev/video4 \ -v /dev/shm:/dev/shm \ --name teams-pwa-$(PROFILE) \ teams-pwa:$(VERSION) $(ARGS)