Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

camera/pipewire: Implement the XDP Camera portal #10615

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Aug 29, 2024

  1. Implement the XDP Camera portal

    This helps the Pipewire camera driver to access cameras
    in a sandboxed environment without host Pipewire socket access.
    Unlike other platforms, no event is sent when the user rejects
    camera access. This is because there is no mechanism to query
    cameras through the portal, and we only obtain access to the
    Pipewire fd if the user accepts the request. The Pipewire driver
    will attempt to open the host socket instead.
    kemal committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8313a0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7859f7b View commit details
    Browse the repository at this point in the history