ready update 0.10

This commit is contained in:
l1npengtul
2022-12-18 16:28:51 +09:00
parent fa857250e4
commit f09985c40a
11 changed files with 59 additions and 6 deletions
+10 -1
View File
@@ -1,15 +1,24 @@
# 0.10.0
- Split core types and traits into `nokhwa-core`
- Now you can use `nokhwa`'s Camera types in your own packages, to e.g. create `nokhwa` extensions or use `nokhwa`'s decoders.
- Removed support for JS Bindings
- This is due to lack of support for non-C style enums in `wasm-bindgen`.
- You can still use `nokhwa` in the browser, you just can't use it from JS.
- New CameraControl API
- Deprecated `raw_camera_control` API
- New RequestedFormat API
- Removed Network Camera
- Network Camera is now supported through OpenCV Camera instead.
- New Buffer API
- PixelFormat API
- New PixelFormat API
- Callback Camera: Removed `Result` from the `index()` and `camera_info()` API.
- AVFoundation Improvements
- Split V4L2 into its own crate
- New Formats:
- NV12
- RAWRGB
- GRAY
- Added warning about decoding reducing performance
- After a year in development, We hope it was worth the wait.
# 0.9.0