inspirit / PS3EYEDriver

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

Is there support for macOS? #63

Open timonrus opened 2 years ago

colejd commented 2 years ago

In what sense? If you're looking to expose the camera as a webcam to the OS, this isn't the library for that.

This repo contains C++ code which allows an app you're building to read from a PS3 Eye camera through libusb, which supports macOS. So in theory, you should just need to add libusb as a library and add the code here to your app.