Identifying 'Identical' USB devices in Windows...

  • Thread starter Nik_2213
  • Start date
  • Tags
    Windows
  • #1
Nik_2213
1,214
489
I'm sorry, my research has drawn blank, I may just be asking question the wrong way...

If you connect several identical USB webcams to Windows as-is, directly to PC or via USB multi-port whatsit, the OS seems unable to distinguish them beyond the second.
Is there a practicable way to readily disambiguate such identical USB devices, allowing convenient access to multiple camera angles for stereo or 3D capture ??
eg using budget in-line dongles ??

FWIW, I do not have the facilities or skills to 'hack' such cameras and change their firmware...
 
Engineering news on Phys.org
  • #2
Do you mean distinguish from a hardware standpoint, or from a programmatic standpoint? If programmatic, what programming language are you using?

From a hardware standpoint, do you know how to use the Windows Device Manager to find each device's USB serial number? (I'm assuming they must be different if Windows is able to distinguish them)
 
  • #3
Sorry, I no longer program. I tried using the usual Windows suite. Although I dug deep enough to find serial numbers, Windows software seems unable to use this information to select from more than two. Some utility programs could only 'see' the first one. Alas, there seems no obvious way to allocate a unique 'Windows name' to each, akin to naming drives...

Perhaps due to webcams' comparative simplicity, as many USB devices can be 'told apart'...

I was a tad disappointed as eg IPCAMs are more readily disambiguated...

FWIW, I've contacted several USB camera suppliers, the Semi-Pro 'Box with Lens-mount' type, used for anything from astronomy to robots, and they've all had the same surprise when trying to connect more than two the same: If you cannot identify a specific camera, you cannot command its neat facilities such as iris, speed/FPS, ring-light etc etc..

Regret text a tad terse as being aggressively sub-edited by 'Duty Cat'...
 
  • #4
Can you find any similar cameras with Ethernet connectivity instead of USB?
 
  • Like
Likes 256bits
  • #5
berkeman said:
Can you find any similar cameras with Ethernet connectivity instead of USB?
or a piece of dedicated hardware; a video mixer box? Those things must be available (typical security camera system) and may not be too expensive. Windows is a general purpose platform and it's not surprising it can't do everything.
 
  • #6
sophiecentaur said:
or a piece of dedicated hardware; a video mixer box? Those things must be available (typical security camera system) and may not be too expensive. Windows is a general purpose platform and it's not surprising it can't do everything.
Linux too.

A USB controller has only so much bandwidth available to it.
What you see on the outside of the machine is the USB port connection, of which 2 or three could be connected to one USB controller.

Connect 2 video cams and you might be OK.
Connect 3 and the bandwidth could become compromised, depending upon frame rate and resolution.
If device 1 takes 40% bandwidth, device 2 another 40%, there is no room for a third.
The USB could shut down, or do what the OS tells it to do in such situation.
( Mouses, keyboards in contrast are low bandwidth devices. )

What does a mixer port do?
berkeman said:
Can you find any similar cameras with Ethernet connectivity instead of USB?
Right.
There they use the device MAC, and not the other generic information of device manufacturer, model, ...
https://en.wikipedia.org/wiki/MAC_address
The IEEE 802 MAC address originally comes from the Xerox Network Systems Ethernet addressing scheme.[1] This 48-bit address space contains potentially 248 (over 281 trillion) possible MAC addresses.
 
Last edited:
  • Like
Likes sophiecentaur and berkeman
  • #7
It's an overkill, and brings a different kind of 'can of worms' into the issue, but there are various software available on android about turning a phone (SIM is not necessary: works on old phones too: even at insane resolutions) into a wireless webcam or photo cam.
 
  • Like
Likes Nik_2213

FAQ: Identifying 'Identical' USB devices in Windows...

How can I differentiate between identical USB devices in Windows Device Manager?

In Windows Device Manager, you can differentiate between identical USB devices by checking their unique properties such as Device Instance Path, Hardware IDs, or Serial Numbers. Right-click on the device, select 'Properties', and navigate to the 'Details' tab to view these properties.

What tools can I use to identify and differentiate USB devices in Windows?

Several tools can help you identify and differentiate USB devices in Windows, including USBDeview, USB Tree View, and Device Manager. These tools provide detailed information about each connected USB device, including serial numbers, vendor IDs, and product IDs.

Can I use PowerShell to list and identify USB devices connected to my Windows computer?

Yes, you can use PowerShell to list and identify USB devices. The 'Get-PnpDevice' cmdlet can be used to retrieve information about all connected devices. You can filter the results to show only USB devices and display properties like Device ID and Instance ID.

How do I find the serial number of a USB device in Windows?

To find the serial number of a USB device in Windows, open Device Manager, right-click on the device, select 'Properties', go to the 'Details' tab, and choose 'Device Instance Path' from the dropdown menu. The serial number is usually part of this path.

Why do identical USB devices sometimes appear with different names in Windows?

Identical USB devices may appear with different names in Windows due to differences in their firmware, driver versions, or how the operating system interprets their descriptors. Additionally, user-assigned names or previous installations can cause variations in displayed names.

Back
Top