From 5be0d8d432b89fb7fd9acb7fe3bca2326b113739 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 27 Jul 2024 20:00:14 +0200 Subject: [PATCH] Fix #257 - Surface Camera support (#270) 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": {