You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a simple menu toggle based on print_service toggle, to add libcamera which can be necessary
to libcamera based applications and can be used to enable webcams
I like this so if i understand correctly we'd need to check the current selection is pipewire ?
Also any info on which kinds of hardware this is needed ?
Yes, in this case is IPU3, IPU4 and IPU7 to be used with libcamera-ipa
which provides libcamera softISP, but even uvcvideo cameras can use it
but without simple pipeline, that means no SoftISP IIRC.
But i'm not a programmer, idk how is possible to add support to sysinfo
detect if is necessary libcamera-softisp, i just have copied actual print_service
and adapt it to install libcamera.
There has been no updates on this for some time now.
In general I don't think this is something required for a system installation and can easily be a post-installation setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description:
Add a simple menu toggle based on print_service toggle, to add libcamera which can be necessary
to libcamera based applications and can be used to enable webcams
Tests and Checks