Hi,
I use callkack function for webcam capture (VideoStream).
A class contains all work for one camera. When callback function is raised, then class raises an event.
I want to use 2 cameras, so 2 classes instances. The 2 cameras use the same device (Microsoft WDM Image Capture).
The fact is that my first callback stops when the 2nd one is initialized.
I could understand this but I'm able to run twice my Exe and both work fine...
so I think I could have 2 threads and 2 callback in the same Exe, but... I don't find how.
Any idea?
Thanks.