aboutsummaryrefslogtreecommitdiff
path: root/sysconf/97-libcamera.rules
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-03-17 01:01:51 +0000
committerPaul Oliver <contact@pauloliver.dev>2025-03-17 01:39:21 +0000
commit234d21167e5ca45b8a2665df52dcf0cdb48f3dc0 (patch)
tree9884e1706763fc70db9480472ba87a75da9cd9b8 /sysconf/97-libcamera.rules
parent0be7f1274e0cb8406bd4262b86d5e2e9dda77d7a (diff)
(WIP) Camera serviceHEADmaster
Diffstat (limited to 'sysconf/97-libcamera.rules')
-rw-r--r--sysconf/97-libcamera.rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysconf/97-libcamera.rules b/sysconf/97-libcamera.rules
new file mode 100644
index 0000000..d92e2b4
--- /dev/null
+++ b/sysconf/97-libcamera.rules
@@ -0,0 +1,5 @@
+# This rule grants the `video` group access to GPIO the `dma_heap` subsystem.
+# This facilitates video streaming using the Raspberry Pi camera module.
+SUBSYSTEM=="dma_heap",KERNEL=="linux*",GROUP="video",MODE="0660"
+SUBSYSTEM=="dma_heap",KERNEL=="reserved",GROUP="video",MODE="0660"
+SUBSYSTEM=="dma_heap",KERNEL=="system",GROUP="video",MODE="0660"