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

Recording from multiple cameras #55

Open
Dene33 opened this issue May 24, 2019 · 2 comments
Open

Recording from multiple cameras #55

Dene33 opened this issue May 24, 2019 · 2 comments

Comments

@Dene33
Copy link

Dene33 commented May 24, 2019

Is there any way of recording video from multiple cameras using that driver?

@colejd
Copy link

colejd commented May 24, 2019

See the setup function here: https://github.com/inspirit/PS3EYEDriver/blob/master/openframeworks/testApp.cpp

eye = devices.at(0) creates an object for polling the camera data from the camera at index 0. If you want two cameras, just make another one at index 1. The devices array should hold an entry for each camera you have attached.

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