problem using multiple cameras

I have 3 video input devices, consisting of 2 capture cards and a webcam. I'm unsure wether this is a Vesktop (discord client) bug or a Bazzite bug, but i am unable to choose which device to use as a webcam in video calls. I can change which device is in use in the settings, but regardless of which I select it continues displaying the second capture card instead of the webcam which i selected. I've had simmilar issues where regardless of which microphone i selected, it uses the input of the system default, but unlike the microphone there is no convenient system settings page for video devices
1 Reply
TheRidiculousR
TheRidiculousROP2w ago
i added an udev rule to fix it in a bit of a dirty way, cant recommend it but it works SUBSYSTEM=="video4linux", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="0893", SYMLINK+="video0" this did not work after rebooting

Did you find this page helpful?