From 06a470da771c87c21569eb86525c564298126c4e Mon Sep 17 00:00:00 2001 From: Ingar Date: Sun, 14 Apr 2024 18:59:09 +0200 Subject: Added udev rules so users in the video group can use the camera. --- rpicam.rules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rpicam.rules (limited to 'rpicam.rules') diff --git a/rpicam.rules b/rpicam.rules new file mode 100644 index 0000000..41fb331 --- /dev/null +++ b/rpicam.rules @@ -0,0 +1,3 @@ +# give users in the video group access to the rpi camera +# see https://github.com/raspberrypi/rpicam-apps/issues/218 +SUBSYSTEM=="dma_heap", GROUP="video", MODE="0660" -- cgit v1.2.3