2676:ba0a Vision Camera

Basler AG

Vendor ID
2676
Product ID
ba0a
Combined
2676:ba0a
Decimal
9846:47626

What is this device?

This is the USB identifier for a Vision Camera manufactured by Basler AG. The vendor ID 2676 is registered to Basler AG with the USB Implementers Forum, and ba0a is the product ID that Basler AG assigned to this particular model. When you run lsusb on Linux, this device appears as 2676:ba0a Basler AG Vision Camera.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 2676:ba0a Basler AG Vision Camera

You can filter directly with lsusb -d 2676:ba0a, or get the full descriptor dump with lsusb -v -d 2676:ba0a. Kernel messages from dmesg show the same pair as idVendor=2676, idProduct=ba0a.

Windows

In Device Manager, open the device, go to Details → Hardware Ids. This device reports:

USB\VID_2676&PID_BA0A
USB\VID_2676&PID_BA0A&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_2676&PID_BA0A"

macOS

$ system_profiler SPUSBDataType
    Vision Camera:
      Product ID: 0xba0a
      Vendor ID: 0x2676  (Basler AG)

Driver help

Having driver issues with this device? Most USB devices are handled by a generic class driver; if yours shows up as an unknown device, confirm the ID above first, then check the manufacturer's downloads page.

Raw usb.ids entry

The exact lines this page is generated from, in the upstream source file:

2676  Basler AG
	ba0a  Vision Camera

More from Basler AG