2676:ba08 Vision Camera

Basler AG

Vendor ID
2676
Product ID
ba08
Combined
2676:ba08
Decimal
9846:47624

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 ba08 is the product ID that Basler AG assigned to this particular model. When you run lsusb on Linux, this device appears as 2676:ba08 Basler AG Vision Camera.

How to identify it on your system

Linux

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

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

Windows

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

USB\VID_2676&PID_BA08
USB\VID_2676&PID_BA08&REV_0100

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

macOS

$ system_profiler SPUSBDataType
    Vision Camera:
      Product ID: 0xba08
      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
	ba08  Vision Camera

More from Basler AG