Nokhwa Versions Save

Cross Platform Rust Library for Powerful Webcam/Camera Capture

0.10.3

1 year ago

0.10.2

1 year ago

0.10.1

1 year ago

Fix error

0.10.0

1 year ago

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
  • 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 on main thread reducing performance
  • After a year in development, We hope it was worth the wait.

0.10.0-rc6

1 year ago

Fixed Documentation

0.10.0-rc4

1 year ago

0.10.0-rc3

1 year ago
  • Fix AVFoundation
  • Mostly fix NV12

0.10.0-rc2

1 year ago

Bug fixes from previous RC.

0.10.0-rc1

1 year ago

0.9.4

2 years ago