I own a Logitech BRIO. On my Framework 16, although it’s strangely limited to 1080p@30fps in obs-studio (Flatpak and RPM), in both it works via PipeWire (despite t/125900/2 ). However, on my desktop, it doesn’t work via PipeWire, at all:
opened 02:18PM - 19 Apr 25 UTC
Critical: Bug
Platform: GNU/Linux
## Summary
The V4L2 and Qt Camera Capture backends don't provide any video. Thi… s matters because I'm unable to switch to PipeWire due to https://github.com/webcamoid/webcamoid/issues/732#issue-3006454977.
## Current Behavior

## Expected Behavior
It should.
## Steps to Reproduce
~~~sh
#!/usr/bin/env sh
flatpak run io.github.webcamoid.Webcamoid
~~~
## Your Environment
1. #### Webcamoid information:
`flatpak info io.github.webcamoid.Webcamoid` returns:
<blockquote>
~~~YAML
ID: io.github.webcamoid.Webcamoid
Ref: app/io.github.webcamoid.Webcamoid/x86_64/stable
Arch: x86_64
Branch: stable
Version: 9.2.3
License: GPL-3.0-or-later
Origin: flathub
Collection: org.flathub.Stable
Installation: system
Installed: 27.8 MB
Runtime: org.kde.Platform/x86_64/6.8
Sdk: org.kde.Sdk/x86_64/6.8
Commit: 97bc251d678c9038df45338aff40f22a36c963f2fde989fb836721949fe19f09
Parent: 746098af72858561899dbf6a45d9922f7dfa6eaf8d632731254a33feaea77f3d
Subject: Add x-checker-data (6b84e816)
Date: 2025-01-20 11:58:18 +0000
~~~
</blockquote>
1. #### Operating System information:
`cat /etc/os-release | grep -E CPE_NAME` returns:
<blockquote>
~~~ini
CPE_NAME="cpe:/o:fedoraproject:fedora:42"
~~~
</blockquote>
Does anyone have any idea of how I might ascertain why?