bensondaled / pseyepy

PSEye-py: a python interface to the PS3Eye camera
Apache License 2.0
78 stars 26 forks source link

Linux issue: can't attach until the handle is detached from the kernel #8

Open iRonJ opened 4 years ago

iRonJ commented 4 years ago

https://github.com/bensondaled/pseyepy/blob/64ee7ab9379bb761912bc3e670f8b6897d5e1d23/pseyepy/src/ps3eye.cpp#L1267

there needs to be a call to detach the kernel interface: libusb_detach_kerneldriver(handle,0);