mcuee / libusbk

libusbk official github repo
79 stars 37 forks source link

About UVC Button Event #44

Closed maniish closed 1 year ago

maniish commented 1 year ago

Hello,

I am using Camera device which has still pin button on it (Webcam/DentalCam). I want to capture the button of the USB device. Would it be possible with this library.

Kind Regards, Manish

mcuee commented 1 year ago

libusbK is not the right library. You have to check with the vendor to see if they have the API for you.

mcuee commented 1 year ago

libusbK is more for generic USB device and not for USB camera (usually UVC device, with built-in Windows driver, or with vendor driver).