mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-11 20:48:53 +00:00
0.4.4
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "nokhwa"
|
||||
version = "0.4.2"
|
||||
version = "0.4.3"
|
||||
authors = ["l1npengtul <l1npengtul@protonmail.com>"]
|
||||
edition = "2018"
|
||||
description = "A Simple-to-use, cross-platform Rust Webcam Capture Library"
|
||||
|
||||
+1
-2
@@ -926,9 +926,8 @@ impl Ord for CameraControl {
|
||||
}
|
||||
|
||||
/// The list of known capture backends to the library. <br>
|
||||
/// **Note: Only V4L2 and UVC (and by extension AUTO) is implemented so far.**
|
||||
/// - `AUTO` is special - it tells the Camera struct to automatically choose a backend most suited for the current platform.
|
||||
/// - `AVFoundation` - Uses `AVFoundation` on Mac **Not Implemted**
|
||||
/// - `AVFoundation` - Uses `AVFoundation` on MacOSX
|
||||
/// - `V4L2` - `Video4Linux2`, a linux specific backend.
|
||||
/// - `UVC` - Universal Video Class (please check [libuvc](https://github.com/libuvc/libuvc)). Platform agnostic, although on linux it needs `sudo` permissions or similar to use.
|
||||
/// - `MediaFoundation` - Microsoft Media Foundation, Windows only,
|
||||
|
||||
Reference in New Issue
Block a user