hipersayanX
hipersayanX
Again if PipeWire is the only one causing problems here, I can disable it. Webcamoid was designed to be modular for things like this.
In the ```~/.var/app/io.github.webcamoid.Webcamoid/config/Webcamoid/Webcamoid.conf``` set: ``` [PluginsLinks] links\1\from=AudioSource/AudioDevice/Impl/* links\1\to=AudioSource/AudioDevice/Impl/PipeWire ``` to ``` [PluginsLinks] links\1\from=AudioSource/AudioDevice/Impl/* links\1\to=AudioSource/AudioDevice/Impl/PulseAudio ```
>(Switching between them can hang it for about 1.5 to 3s, though.) Normal, it's detecting every audio card available for capture and playback, the code probably need some optimization. Also...
Also, we have a problem, if i pass NOPIPEWIRE to the build, it will disable PipeWire usage across the entire program 🤦♂️ (camera capture, audio, and screen capture), I will...
>@hipersayanX, all I see is "Qt Screen Capture" (even if I scroll)... Ok, then no problem, just select it.
>Is there a reason why fixing the crash would be less feasible than disabling the option? I'd say fixing the crash would be ideal. - [Clean start](https://github.com/webcamoid/webcamoid/blob/171b91e378c9bfbd4c425415322971e4e8872108/libAvKys/Plugins/AudioDevice/src/pipewire/src/audiodevpipewire.cpp#L650), (as per their...
Ignore my previous message, I confused with the other thread related to audio.  the crash is with the camera, when it's in usage and you switch the frameworks. Yes,...
But those points were only applicable to the audio. For the camera, the bug is triggered when you are switching frameworks while using the camera.