On WIndows 11, when I open a local webcam, a new window titled "ActiveMovie" is created by dwm.exe and displays the video. I can't seem to get rid of it even though I found people complaining about something similar back in 2003. Is there anything (including changes to openpnp-capture) I can do to prevent this?
Thank you!
It turns out a NullRenderer is needed in platformstream.cpp but it is not created in debug mode. So to get rid of the ActiveMovie window even in Debug, comment out the #ifndef _DEBUG in platformstream.cpp
On WIndows 11, when I open a local webcam, a new window titled "ActiveMovie" is created by dwm.exe and displays the video. I can't seem to get rid of it even though I found people complaining about something similar back in 2003. Is there anything (including changes to openpnp-capture) I can do to prevent this? Thank you!