OrbbecSDK
OrbbecSDK copied to clipboard
Feature request: Enum or other listing of supported device VIDs and PIDs
It would be great if the SDK could provide an enum that lists all of the supported USB VIDs and PIDs, something like
typedef enum {
OB_DEVICE_PID_FEMTO_BOLT = 0x066B,
//... etc
} OBDevicePID, ob_device_pid
Maybe it already exists somewhere, but I have not found it yet. All I can find is an unanswered forum post from 2016: https://3dclub.orbbec3d.com/t/which-vid-pid-belongs-to-each-model/493
Thank you for your suggestion. We will consider adding this definition to obType.h in the next version.