inspirit / PS3EYEDriver

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

How to implement this into video calling apps #60

Open SyntaxSnipes opened 3 years ago

SyntaxSnipes commented 3 years ago

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?????

colejd commented 3 years ago

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.

Yoshqu commented 3 years ago

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.