Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eduramiba committed Nov 26, 2024
1 parent 2142548 commit 8884994
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 8884994

Please sign in to comment.