Hello,
I'm developing an application that puts the images into the virtual camera device into Windows 10 by using C#/C++.
I need to detect the events when the users start/stop the device.
I tried to use RegisterDeviceNotification
API, but I got only the connect/remove events of the device.
I'd like to know how to detect the start/stop of the virtual camera driver by Windows API.
Any suggestions would be great!
Thanks.