inspirit / PS3EYEDriver

PS3EYE Camera Driver for OSX and Windows
Other
316 stars 92 forks source link

Migrate deprecated function, auto-detach kernel driver on Linux #64

Open thp opened 1 year ago

thp commented 1 year ago

This PR comes with two commits.

The first one fixes a compiler warning, because libusb_set_debug() is deprecated.

The second one allows PS3EYEDriver and the gspca_ov534 native kernel driver on Linux to coexist -- while PS3EYEDriver is in use, the kernel driver gets detach, and re-attached after PS3EYEDriver is closed.