diff --git a/README.md b/README.md index 287b1c1..3a21084 100644 --- a/README.md +++ b/README.md @@ -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.1.0` dependency to your application. +1. Add `io.github.eduramiba:webcam-capture-driver-native:1.2.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.