From 88a4c75b2df03c22ddf06848af79e89a5725b5e4 Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Date: Sat, 4 Jan 2025 13:07:38 +0100 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.