From 8884994599f41c699a7dddf678f8851bb1bca14b Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Date: Tue, 26 Nov 2024 13:23:22 +0100 Subject: [PATCH] Update readme --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 0fe47fa..30326f8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a native driver for [Webcam Capture](https://github.com/sarxos/webcam-ca Currently it works on Windows, Linux and MacOS. -For Windows and Linux, it uses the `NokhwaDriver`, based on [nokhwa](https://github.com/l1npengtul/nokhwa), which uses the MediaFoundation Windows API and V4L2 in Linux. +For Windows and Linux, it uses the `NokhwaDriver`, based on [nokhwa](https://github.com/l1npengtul/nokhwa) through a [simple and small C binding](https://github.com/eduramiba/lib-cnokhwa), which uses the MediaFoundation Windows API and V4L2 in Linux. For MacOS, it uses `AVFDriver`, based on a [custom library](https://github.com/eduramiba/libvideocapture-avfoundation) that uses [AVFoundation](https://developer.apple.com/av-foundation/). When Nokhwa is stable in MacOS, this library will be updated to use `NokhwaDriver` for every OS. # How to use @@ -99,10 +99,6 @@ public class TestDriver extends Application { } ``` -# Future work - -* Implement Linux driver - # Notes The native dynamic libraries for Mac are on `src/main/resources` and loaded by JNA from inside the JAR.