You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't a driver as in a Windows driver. This is a C++ library that lets you access a PS3 camera directly in an app you're writing. If you want to use the Eye with a video calling app you're not coding yourself, you need something that makes it work as a webcam with your OS. PS3EyeDirectShow has a driver that does this, and it actually uses PS3EYEDriver to make it happen. I've never tested it, so I have no idea if it works, though.
I'm using PS3EyeDirectShow with https://obsproject.com/ and https://opencv.org/ (it has easy directshow API). Seems to work quite nice (hours of non interrupted use). I wanted to code native PS3EYEDriver support for my app - but it just works.
I managed to make this work, I have a PS3 camera and I think I should be able to make this work. But how do I do this?????
The text was updated successfully, but these errors were encountered: