I’m working on trying to get a new version of a ps3eye multicam app ( ps3eyesyphon_2 ) to build and run in xcode 9, but I keep running into issues with missing files ( ‘libusb.h’ file not found - for example) in ps3eyegrabber.cpp
I’ve checked on github a few times and I believe I have the most recent version of ofxps3eyegrabber but I’m fairly certain that there are some discrepancies with the current ofxkinect addon - mainly that it does not contain libusb.h any longer.
Has anyone made or are they aware of any updates to ofxps3eyegrabber that use the most current version of libusb?
I just went through and tested everything with the latest openFrameworks release on both the stable and master branches of ofxPS3EyeGrabber and found no problems related to ofxKinect.
All of the examples should be working on macOS if you follow the getting started section of the README.
My guess is that you are using out of date Xcode project files from the ps3eyesyphon_2 project. They should be regenerated using Project Generator.