diff options
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" |