Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to implement this into video calling apps #60

Open
SyntaxSnipes opened this issue May 24, 2021 · 2 comments
Open

How to implement this into video calling apps #60

SyntaxSnipes opened this issue May 24, 2021 · 2 comments

Comments

@SyntaxSnipes
Copy link

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
Copy link

colejd commented May 25, 2021

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
Copy link

Yoshqu commented May 25, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants