mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-12 13:08:54 +00:00
fix changelog and readme
This commit is contained in:
+4
-2
@@ -1,14 +1,16 @@
|
||||
# 0.10.0
|
||||
- Split core types and traits into `nokhwa-core`
|
||||
- Removed support for JS Bindings
|
||||
- This is due to lack of support for non-C style enums in `wasm-bindgen`.
|
||||
- New CameraControl API
|
||||
- Deprecated `raw_camera_control` API
|
||||
- New RequestedFormat API
|
||||
- Removed Network Camera Support
|
||||
- Removed Network Camera
|
||||
- Network Camera is now supported through OpenCV Camera instead.
|
||||
- New Buffer API
|
||||
- PixelFormat API
|
||||
- After a year in development, We hope it was worth the wait.
|
||||
- Callback Camera: Removed `Result` from the `index()` and `camera_info()` API.
|
||||
- After a year in development, We hope it was worth the wait.
|
||||
|
||||
# 0.9.0
|
||||
- Fixed Camera Controls for V4L2
|
||||
|
||||
@@ -17,11 +17,6 @@ features = [""]
|
||||
Most likely, you will only use functionality provided by the `Camera` struct. If you need lower-level access, you may instead opt to use the raw capture backends found at `nokhwa::backends::capture::*`.
|
||||
|
||||
## Example
|
||||
|
||||
```rust
|
||||
// tell what we want to the camera. In this case, we want the absolute highest resolution that
|
||||
|
||||
```
|
||||
A command line app made with `nokhwa` can be found in the `examples` folder.
|
||||
|
||||
## API Support
|
||||
|
||||
Reference in New Issue
Block a user