Results 1 to 11 of 11

Thread: dual webcam setup

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2002
    Posts
    106

    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.

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Dec 2002
    Posts
    106
    any ideas here? Need more information?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2002
    Posts
    106
    *sigh*

  4. #4
    Hyperactive Member MikeBAM's Avatar
    Join Date
    Sep 2000
    Location
    Metro Detroit
    Posts
    284
    I suppose you could make a program to kill the window with API.
    ~* )v( ! /< E *~

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Dec 2002
    Posts
    106
    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)

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Dec 2002
    Posts
    106
    *bump*

  7. #7
    Hyperactive Member MikeBAM's Avatar
    Join Date
    Sep 2000
    Location
    Metro Detroit
    Posts
    284
    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.
    ~* )v( ! /< E *~

  8. #8

    Thread Starter
    Lively Member
    Join Date
    Dec 2002
    Posts
    106
    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..)

  9. #9
    New Member
    Join Date
    Apr 2011
    Posts
    1

    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.

  10. #10
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: dual webcam setup

    Does the WebCam Class (ICam) help?
    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

  11. #11
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    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.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width