From 0d3df1cc090280f0ee7f1c9528bd7252b27834cb Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 27 Jul 2024 17:52:16 +0200 Subject: [PATCH] Fix #257 - Surface Camera support Adding Libraries needed for Camera support on most Surfaces https://github.com/linux-surface/linux-surface/wiki/Camera-Support#libcamera-support tested on a Surface Go 8GB (IR Camera needed to be disabled in BIOS) --- surface/packages.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/surface/packages.json b/surface/packages.json index ba83fee4..77e43b4d 100644 --- a/surface/packages.json +++ b/surface/packages.json @@ -2,7 +2,12 @@ "all": { "include": { "all": [ - "fprintd" + "fprintd", + "libcamera", + "libcamera-tools", + "libcamera-gstreamer", + "libcamera-ipa", + "pipewire-plugin-libcamera" ] }, "exclude": {