|
-
Jan 11th, 2007, 07:17 AM
#1
Thread Starter
New Member
[VB.NET 2003] Thread and CallBack
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|