diff options
author | Ingar <ingar@telenet.be> | 2024-04-14 18:59:09 +0200 |
---|---|---|
committer | Ingar <ingar@telenet.be> | 2024-04-14 18:59:09 +0200 |
commit | 06a470da771c87c21569eb86525c564298126c4e (patch) | |
tree | aec324e5e6d098772e003935d30b2464721a5438 /rpicam.rules | |
parent | 4256f44e5895edb04566b10e41fc648068a42633 (diff) |
Added udev rules so users in the video group can use the camera.
Diffstat (limited to 'rpicam.rules')
-rw-r--r-- | rpicam.rules | 3 |
1 files changed, 3 insertions, 0 deletions
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" |