Skip to content

Commit cc6ab5a

Browse files
committed
add direct support for Raspberry Pi cameras by updating filesystem permissions in Flatpak configuration
1 parent 6d9b5a3 commit cc6ab5a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

io.github.saeugetier.photobooth.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@
1212
"--filesystem=/media",
1313
"--filesystem=/run/media",
1414
"--filesystem=/mnt",
15-
"--filesystem=/dev",
15+
"--filesystem=/dev:rw",
16+
"--filesystem=/sys:ro",
17+
"--filesystem=/run/udev:ro",
1618
"--socket=fallback-x11",
17-
"--socket=wayland"
19+
"--socket=wayland",
20+
"--env=LIBCAMERA_LOG_LEVELS=*:DEBUG"
1821
],
1922
"cleanup": [
2023
"/include",

0 commit comments

Comments
 (0)