diff --git a/CHANGELOG.md b/CHANGELOG.md index 47b24bc..b6d1da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 2176f81..f62dc22 100644 --- a/README.md +++ b/README.md @@ -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