| | |
Multiple webcams
![]() |
Microsoft WindowsXP activation is Microsoft's way of making sure that their software is only installed on one computer and only one computer. It forces you to activate (or register) your software once it was installed, at which time it sends information about your hardware profile to Microsoft.
If you try installing it on a second machine, when it asks you to activate, it calls up Microsoft and checks to see if the hardware profiles match. Because all hardware is unique, even if it's a duplicate of the exact same hardware, etc. the hardware profiles won't match.
If you try installing it on a second machine, when it asks you to activate, it calls up Microsoft and checks to see if the hardware profiles match. Because all hardware is unique, even if it's a duplicate of the exact same hardware, etc. the hardware profiles won't match.
•
•
Join Date: Feb 2002
Posts: 110
Reputation:
Solved Threads: 1
•
•
•
•
Originally Posted by cscgal
Microsoft WindowsXP activation is Microsoft's way of making sure that their software is only installed on one computer and only one computer. It forces you to activate (or register) your software once it was installed, at which time it sends information about your hardware profile to Microsoft.
PS: I have about 6 PCs with this XP on it no problem.
Warez or pirated versions of WindowsXP have been hacked to remove this activation feature. In addition, if you buy your computer pre-built from a manufacturer (e.g. your laptop), to the best of my knowledge, they come pre-activated by the manufacturer.
•
•
Join Date: Feb 2005
Posts: 5
Reputation:
Solved Threads: 0
OK i've been trying to do this for some time now and here's what I've seen.
There are some pages (some astronomy site where the guy used two cameras on two telescopes to get pix of stars, some security software websites, etc.) that definitively claim that it is possible. there are others that claim that it is definitively impossible. Well, it is possible. If i figure out how to upload pix, I'll show u. It does work.
HOWEVER!!! there are a few issues. I'm assuming you're using USB webcams cuz firewire there's no problem with whatsoever. Also any CCD cameras (logitech quickcam 4000, etc.) which usually cost $100+ have no problems. Most cheap webcams are CMOS. What I have gotten to work is a logitech quickcam express that came free with my computer and a $10 no-name one. I had to play around with the connections...cuz they take a significant portion of the USB bandwidth, so I had to connect them to separate USB root hubs. After a bit of playing around with the software (i had to open the program, open it again and select the second camera, then close the first one and open it again) but it would eventually work on low resolution.
My current task is to get two identical cameras working. They're showing up as separate devices 'cuz theyre on separate root hubs, but when I load the porgram, it shows that there's only one camera driver. That's because both use the default WDM (windows device manager) video drivers. That can only do one cam at a time. Repsectable manufacturers (kodak, sony, logitech) will write their own drivers instead of relying on microsoft's. That's why one camera using microsoft's and one using logitech's worked. Two identical no-name cameras is not looking good, but i'm not giving up! If i get more, I'll post it. Meanwhile, if anyone more experienced can help me out in hooking up two webcams to one computer, then I'd gladly take the help!
Thank you, good luck, and godspeed.
- me
There are some pages (some astronomy site where the guy used two cameras on two telescopes to get pix of stars, some security software websites, etc.) that definitively claim that it is possible. there are others that claim that it is definitively impossible. Well, it is possible. If i figure out how to upload pix, I'll show u. It does work.
HOWEVER!!! there are a few issues. I'm assuming you're using USB webcams cuz firewire there's no problem with whatsoever. Also any CCD cameras (logitech quickcam 4000, etc.) which usually cost $100+ have no problems. Most cheap webcams are CMOS. What I have gotten to work is a logitech quickcam express that came free with my computer and a $10 no-name one. I had to play around with the connections...cuz they take a significant portion of the USB bandwidth, so I had to connect them to separate USB root hubs. After a bit of playing around with the software (i had to open the program, open it again and select the second camera, then close the first one and open it again) but it would eventually work on low resolution.
My current task is to get two identical cameras working. They're showing up as separate devices 'cuz theyre on separate root hubs, but when I load the porgram, it shows that there's only one camera driver. That's because both use the default WDM (windows device manager) video drivers. That can only do one cam at a time. Repsectable manufacturers (kodak, sony, logitech) will write their own drivers instead of relying on microsoft's. That's why one camera using microsoft's and one using logitech's worked. Two identical no-name cameras is not looking good, but i'm not giving up! If i get more, I'll post it. Meanwhile, if anyone more experienced can help me out in hooking up two webcams to one computer, then I'd gladly take the help!
Thank you, good luck, and godspeed.
- me
•
•
Join Date: Apr 2005
Posts: 1
Reputation:
Solved Threads: 0
•
•
•
•
Originally Posted by flyashi
My current task is to get two identical cameras working. They're showing up as separate devices 'cuz theyre on separate root hubs, but when I load the porgram, it shows that there's only one camera driver. That's because both use the default WDM (windows device manager) video drivers. That can only do one cam at a time. ... Two identical no-name cameras is not looking good, but i'm not giving up!
If anyone has had any success, I'd love to hear your story.
no, I'm not trying to do astronomy . . . --mark
•
•
Join Date: Feb 2005
Posts: 5
Reputation:
Solved Threads: 0
If you never need more than one at a time, that GREATLY simplifies the problem to merely switching between the two sources.
I'm not an expert in the API call, but looking at the declarations, when you open the driver (in VB, at least), there's paramaters for which driver and which input source you want to use. I know there are separate commands for launching the window; worst comes to worst, you can simulate the keystrokes necessary to switch between the cameras. But by playing around with the parameters, you should be able to select source 1 instead of source 0.
I've never used the RMBATCH, but if you look at their documentation, somewhere in there should be "Source Selection", or the like: For example, well this is a bad example, but anyway: Suppose you have a video capture card with four video inputs: You have to somehow select which input you want to use. Although this is "channel" selection and not "source" selection, the idea is the same, and the code to do this should be documented in the utility's support area.
Well, good luck to all. If I ever get this working well, i'll let y'all know.
- me
I'm not an expert in the API call, but looking at the declarations, when you open the driver (in VB, at least), there's paramaters for which driver and which input source you want to use. I know there are separate commands for launching the window; worst comes to worst, you can simulate the keystrokes necessary to switch between the cameras. But by playing around with the parameters, you should be able to select source 1 instead of source 0.
I've never used the RMBATCH, but if you look at their documentation, somewhere in there should be "Source Selection", or the like: For example, well this is a bad example, but anyway: Suppose you have a video capture card with four video inputs: You have to somehow select which input you want to use. Although this is "channel" selection and not "source" selection, the idea is the same, and the code to do this should be documented in the utility's support area.
Well, good luck to all. If I ever get this working well, i'll let y'all know.
- me
•
•
Join Date: Jul 2005
Posts: 4
Reputation:
Solved Threads: 0
Hi!
I have the same problem. I need to have two webcam on the same computer because I want to take two picture in the same time, so if I can just clik one time or press enter to snap the two picture.
but, even if I have no cheap webcam (100$CAN one), I don't succeed to have the both on the same. I use window 2000. could you help me?
thanks
PS:I already try to start two times the software.
I have the same problem. I need to have two webcam on the same computer because I want to take two picture in the same time, so if I can just clik one time or press enter to snap the two picture.
but, even if I have no cheap webcam (100$CAN one), I don't succeed to have the both on the same. I use window 2000. could you help me?
thanks
PS:I already try to start two times the software.
![]() |
Other Threads in the USB Devices and other Peripherals Forum
- Previous Thread: External USB files look like MYDOCU~1
- Next Thread: Sony Vaio Fn key problem
| Thread Tools | Search this Thread |
advancedmicrodevices amd analogdevices apple at&t buffett cellphones chips chipstocks crm directtv dish dolcegmail firewire gadget gmail hacking handhelddevices hardware ieee intel logitech mice microchips microndevices mouse news obama openliven peripherals photoframe plug-in port printer removabledevices satellite security semiconductors semiconductorstocks specification stocks sugarcrm technology television texasinstruments text usb usb3.0 usbkey xeon







