OrbbecSDK icon indicating copy to clipboard operation
OrbbecSDK copied to clipboard

Feature request: Enum or other listing of supported device VIDs and PIDs

Open tim-depthkit opened this issue 2 years ago • 1 comments

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

tim-depthkit avatar Nov 02 '23 16:11 tim-depthkit

Thank you for your suggestion. We will consider adding this definition to obType.h in the next version.

hzcyf avatar Nov 03 '23 01:11 hzcyf