fix changelog and readme

This commit is contained in:
l1npengtul
2022-11-17 20:15:16 +09:00
parent 008814f77b
commit ee8ee552e5
2 changed files with 4 additions and 7 deletions
+4 -2
View File
@@ -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
-5
View File
@@ -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