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

replace Webcam.setDriver to Webcam.registerDriver #507

Open
henriquem opened this issue Oct 28, 2016 · 1 comment
Open

replace Webcam.setDriver to Webcam.registerDriver #507

henriquem opened this issue Oct 28, 2016 · 1 comment

Comments

@henriquem
Copy link

Hello!

I would like to use two kind differents of Driver : VlcjDriver + IpCamDriver
Today I have
Webcam.setDriver(new VlcjDriver(Arrays.asList(new MediaListItem(........));

How I replace above to Webcam.registerDriver ?
I know that registerDriver allow your append more than 1 Driver.
It is accepted:
Webcam.registerDriver (IpCamDriver.class);
Webcam.registerDriver (VlcjDriver.class);

But, Where I will set up the address camera of vlclDriver ?

Cheers!

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

2 participants