-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
com.github.sarxos.webcam.WebcamDiscoveryService - Discovery will not run - driver MyCompositeDriver does not support this feature #332
Comments
Hi @henriquem, Well, this is rather because |
@henriquem, I just noticed out that you have also USB camera in composite driver. Didn't catch this earlier (coffee machine is broken, so you know, ehh), sorry. I will add discovery support in composite :) It will scan all sub-drivers which are discovery enabled. Is it ok? |
I am in need of this feature--did it ever get implemented? |
@kamenomagic, I completely forgot to add this :( |
@kamenomagic, I just added this feature but I had no time to test it. Feel free to verify it and fix if I made some mistake :) |
I also released newest snapshot version |
Awesome! I will try it out and let you know/fix it (if I can!). Will the 0.3.12-SNAPSHOT appear on the maven repository? (I was using gradle for 0.3.11, I'm not sure how to get the 0.3.12-SNAPSHOT). Thanks for the quick turn around. |
@kamenomagic, this snapshot version is available from the Sonatype snapshot repository (as described on the project main page). To make it work you would have to add this repository into your Maven's POM file: <repository>
<id>Sonatype OSS Snapshot Repository</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
</repository> It can be added to Gradle as well, probably (since I do not use Gradle in any of my projects):
Note: I'm not very familiar with Gradle and this snipped may be incorrect. Please verify it with some reliable Gradle source of information. |
That worked for the snapshot, and it looks like it's working as expected for discovery of webcams. Thanks so much! |
When I replace webcam-capture-0.3.10-RC7.jar to 0.3.11-SNAPSHOT.jar
I noticed that changed something:
In version webcam-capture-0.3.11-SNAPSHOT.jar occur this message:
I kept the version the driver web-ipcam: 0.3.10-RC7
The text was updated successfully, but these errors were encountered: