Can I Control Multiple Webcams Simultaneously with One Software Program?

  • Thread starter Thread starter dmehling
  • Start date Start date
  • Tags Tags
    Multiple Web
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 8K views
dmehling
Messages
114
Reaction score
0
I am wanting to see if there is a software program available that will allow me to control two USB-based web cams at the same time from a single computer.
 
Physics news on Phys.org
Does no one have any familiarity with this kind of thing?
 
I am wanting to take still images from the cameras that are saved in one specific folder.
 
In XP, I use http://videocapture.sourceforge.net/
With scripting, I can execute a capture (with my choice of filename)... then do what I want with the images (using ImageMagick). Alternatively, you can try a TWAIN approach http://twainmodule.sourceforge.net/ .

For each, you'll probably need to read the documentation on how to access the numerous webcams.

A google search will for multiple webcams will probably turn up surveillance software... like the shareware http://www.supervisioncam.com/ . You'll have to dig a little deeper to find freeware... or else write your own with (say) tools like the above.
 
What, exactly, are you doing with two webcams?;) These aren't being broadcast over the net. Sorry, couldn't help myself.
 
One project I was playing with was using two webcams to produce red-green stereoimages in near real-time... to get a crude 3D webcam. A related use is to try to determine locations from two webcam images...for experimenting with machine vision.

I'm not sure if either is what the OP is doing with two webcams.