inspirit / PS3EYEDriver

PS3EYE Camera Driver for OSX and Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there support for macOS?

timonrus opened this issue · comments

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.