From 4efe903a671b288ac485f2d2a9c9aabf2eb7b199 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Fri, 8 Aug 2025 22:31:35 +0200 Subject: Adds libcamera bindings --- sysconf/97-libcamera.rules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sysconf/97-libcamera.rules (limited to 'sysconf/97-libcamera.rules') diff --git a/sysconf/97-libcamera.rules b/sysconf/97-libcamera.rules new file mode 100644 index 0000000..7b7a4fa --- /dev/null +++ b/sysconf/97-libcamera.rules @@ -0,0 +1,3 @@ +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" -- cgit v1.2.1