Matt Gajownik

Results 181 comments of Matt Gajownik

Experienced this myself. Solution is to use the enum values directly. ```js import { Html5Qrcode, Html5QrcodeSupportedFormats } from 'html5-qrcode'; const html5QrCode = new Html5Qrcode('reader', { formatsToSupport: [ Html5QrcodeSupportedFormats.DATA_MATRIX, Html5QrcodeSupportedFormats.CODE_128, Html5QrcodeSupportedFormats.CODE_39...

Friendly reminder: translations will need to be moved/duplicated from the previous plugin.

I'm quite sure this is by design - Visible means visible anywhere in OBS, while Active means visible in the Program view.

Is the general reproduction here that both GPUs are Nvidia to start, and then later aren't? Or that both GPUs are Nvidia and one is disabled via Device Manager?

It's worth noting that by only installing the ARM64 DLL, the user will only get virtual camera support in native ARM64 apps.

For Game Capture, we currently do list minimised applications because games are often minimised when not focused (especially when running fullscreen), so you should have no issues there. For Window...

Here's what my experimenting found: Here's what Window Capture shows for me currently: If I switch over to `INCLUDE_MINIMISED`, then the list matches "Application Audio Capture" exactly, as that's what...

If you disable the Audio Mixer dock via the Docks menu, does the issue go away? We do know rendering of the audio meters is currently quite inefficient, and that...

Please split the changes into separate commits.