hecomi / uWindowCapture

This allows you to use Windows Graphics Capture / PrintWindow / BitBlt in Windows to capture multiple windows individually and easily use them as Texture2D in Unity.
https://tips.hecomi.com/entry/2021/04/30/230322
MIT License
505 stars 81 forks source link

Voicemeter Potato can't be captured with Windows.Graphics.Capture #29

Closed Curtis-VL closed 3 years ago

Curtis-VL commented 3 years ago

Voicemeter Potato can't be captured with Windows.Graphics.Capture, latest version v3.0.1.8. (32 or 64-bit version)

The window shows a white texture, cursor input is inverted. Top is bottom.

Works as intended with PrintWindow, and, Voicemeter is able to be captured by OBS using their Windows.Graphics.Capture method.

Curtis-VL commented 3 years ago

Hi Hecomi,

Could you please re-compile the plugin the 'remove titlebar check' if that resolves this issue?

I tried to compile it on my side but had issues opening the .def file apparently, I'm not too familiar with C++. :)

hecomi commented 3 years ago

Hi, I've just released v1.0.2 which includes this bug fix!

Curtis-VL commented 3 years ago

Can confirm this issue is fixed, thanks!