Skip to content

Commit

Permalink
Fix #257 - Surface Camera support (#270)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
snoweuph authored Jul 27, 2024
1 parent 9f09d89 commit 5be0d8d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion surface/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"all": {
"include": {
"all": [
"fprintd"
"fprintd",
"libcamera",
"libcamera-tools",
"libcamera-gstreamer",
"libcamera-ipa",
"pipewire-plugin-libcamera"
]
},
"exclude": {
Expand Down

0 comments on commit 5be0d8d

Please sign in to comment.