the capDriverConnect doesnot work as expected
From: Frank (wangping_at_lucent.com)
Date: 05/18/04
- Next message: Johan Smit: "File .pas not found"
- Previous message: Martin Harvey (Demon Account): "Re: How do I ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 18 May 2004 09:44:59 +0800
Hi,
I have an application that need to use two Video Capture Devices, and as the
MSDN said, I could use the capDriverConnect to dynamically change the source
of the Video Device on by giving the parameters as following,
capDriverConnect(hWnd, 0);
capDriverConnect(hWnd, 1);
Where '0' means the first device driver and the '1' means the second.
But when I called the function this way, the capDriverConnect(hWnd, 1) will
fail, which means there is only one device driver can be used.
And under this on driver, there are two Video Devices can be chosen from.
But what I need is to choose the video device with a function call, without
bring out the Capture Source window.
Please help how can i realize this.
Thanks
Frank
- Next message: Johan Smit: "File .pas not found"
- Previous message: Martin Harvey (Demon Account): "Re: How do I ..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|