99fa:8988 V.cap Camera Device

Grandtec

Vendor ID
99fa
Product ID
8988
Combined
99fa:8988
Decimal
39418:35208

What is this device?

This is the USB identifier for a V.cap Camera Device manufactured by Grandtec. The vendor ID 99fa is registered to Grandtec with the USB Implementers Forum, and 8988 is the product ID that Grandtec assigned to this particular model. When you run lsusb on Linux, this device appears as 99fa:8988 Grandtec V.cap Camera Device.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 99fa:8988 Grandtec V.cap Camera Device

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

Windows

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

USB\VID_99FA&PID_8988
USB\VID_99FA&PID_8988&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_99FA&PID_8988"

macOS

$ system_profiler SPUSBDataType
    V.cap Camera Device:
      Product ID: 0x8988
      Vendor ID: 0x99fa  (Grandtec)

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:

99fa  Grandtec
	8988  V.cap Camera Device

More from Grandtec