|
-
Jan 13th, 2003, 02:34 PM
#1
Thread Starter
Lively Member
dual webcam setup
I'm working on a project doing some stuff with stereo vision, using two webcams.
I have a program that interfaces to the webcams just fine. Unfortunately, whenever I run my application now with two webcams, it confuses the two webcams opens up a windows screen that makes me select between the two "different" webcams (they're the same exact model and drivers and everything). I would like to make this select screen NOT pop up, by doing something in code or whatever. Any tips?
By the way the window that opens up is a "Video Source" screen, a pretty basic screen.
-
Jan 14th, 2003, 12:52 PM
#2
Thread Starter
Lively Member
any ideas here? Need more information?
-
Jan 21st, 2003, 03:51 PM
#3
Thread Starter
Lively Member
-
Jan 22nd, 2003, 11:25 PM
#4
Hyperactive Member
I suppose you could make a program to kill the window with API.
-
Jan 23rd, 2003, 01:14 PM
#5
Thread Starter
Lively Member
I could but I'd like to avoid anything resembling a Macro.. not that this is very close to a macro, but anyhow.. I still need to select which camera I need to use in each window (although they're both listed as the "same" thing.. one's first in the dropdown list, the other is 2nd in the list)
-
Jan 27th, 2003, 10:31 AM
#6
Thread Starter
Lively Member
-
Jan 28th, 2003, 04:51 AM
#7
Hyperactive Member
Sounds like you need to dig inside the files for your camera and find out how they work. see if you can set a default camera setting. or maybe the camera has some regertry entries that can be set to use a selected camera. Maybe there's a way to disable that window. I'd say dig arround in your regertry. else make the "macro". A program or a procedure in the program you have to do the same thing you have to do every time. You could even move the window off the screen area while it does its thing. (selecting the camera)
You might try asking in General VB to get results.
-
Jan 30th, 2003, 10:36 AM
#8
Thread Starter
Lively Member
I posted it at experts-exchange.com and hopefully they can help out some.
But like I said a Macro isn't good enough for them (I thought it'd be fine, but oh well..)
-
Apr 27th, 2011, 03:27 PM
#9
New Member
Re: dual webcam setup
hello friends, I have the same problem in Visual Basic. In my project I need to view two webcams at the same time, then take a picture of each of the images but can not find how to do that. with a single web cam works but when you connect the second program does not work.. I Use VB6
Last edited by aramirez; Apr 28th, 2011 at 09:36 AM.
-
Apr 28th, 2011, 05:25 AM
#10
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Apr 30th, 2011, 06:07 PM
#11
Re: dual webcam setup
could we see a screen capture of the popup? I would like to see if it is a windows-os pop-up or a proprietary dialog. A lot of times webcams come with software that isn't required for normal operation, and lately even windows update will download support software with the webcam drivers. I plugged in a logitech webcam and it loaded me up with crapware from windows update, and the webcam worked without it.
as a side note: Your program sounds really interesting. I think it would be awesome to take the two images and make a 3rd chroma-3d that people would need 3d-glasses to see.
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
|