Update README.md

This commit is contained in:
Eduardo Ramos 2024-11-26 14:14:31 +01:00 committed by GitHub
parent 0001a4300f
commit b7eb36961f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ For MacOS, it uses `AVFDriver`, based on a [custom library](https://github.com/e
# How to use
1. Add `io.github.eduramiba:webcam-capture-driver-native:1.0.0` dependency to your application.
1. Add `io.github.eduramiba:webcam-capture-driver-native:1.1.0` dependency to your application.
2. Use the driver with `Webcam.setDriver(new NativeDriver())`
3. List the devices with `Webcam.getWebcams()` as normal and use the library in your preferred way. In JavaFX it's recommended to do it as in the example below.