Skip to content

Releases: l1npengtul/nokhwa

0.10.5

14 Oct 13:46
Compare
Choose a tag to compare

What's Changed

  • feat: upgrade wgpu to 0.15 by @mosure in #106
  • Add Raspberry Pi support by @michivi in #121
  • ⬆️ v4l v0.14 & v4l2-sys-mit 0.3 by @OlivierLDff in #122
  • Use fair mutex for CallbackCamera by @RReverser in #112
  • 🐛 v4l support share device handle, to behave like MF backend by @OlivierLDff in #127
  • Simplify workspace paths (0.10) by @michivi in #119
  • 🐛 v4l: fix perf issue introduce by disabled arena buffer by @OlivierLDff in #129
  • Type fix to ImageDataLayout construction under the wgu-types feature in nokhwa-core by @mattdeak in #142
  • avfoundation: set videoSettings explicitly by @yamt in #151
  • Fix cross compilation on a macos host by @alexmoon in #131
  • Reuse OpenCV matrix (decode_into_opencv_mat) by @sunsided in #137
  • yuyv444_to_rgb: avoid highlight overflows by @yamt in #152
  • Fix for older Apple cameras by @olonho in #153

New Contributors

Full Changelog: 0.10.3...0.10.5

0.10.3

28 Dec 06:51
Compare
Choose a tag to compare
0.10.3

0.10.2

25 Dec 08:26
Compare
Choose a tag to compare
Fix spelling of AVCaptureDeviceTypeExternalUnknown

0.10.1

23 Dec 06:44
Compare
Choose a tag to compare

Fix error

0.10.0

19 Dec 08:47
Compare
Choose a tag to compare

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-rc.6

19 Dec 07:41
Compare
Choose a tag to compare
0.10.0-rc.6 Pre-release
Pre-release

Fixed Documentation

0.10.0-rc.4

19 Dec 06:40
Compare
Choose a tag to compare
0.10.0-rc.4 Pre-release
Pre-release
0.10.0-rc4

fix warnings

RC3

18 Dec 07:15
Compare
Choose a tag to compare
RC3 Pre-release
Pre-release
  • Fix AVFoundation
  • Mostly fix NV12

Nokhwa 0.10 RC 2

17 Nov 11:12
Compare
Choose a tag to compare
Nokhwa 0.10 RC 2 Pre-release
Pre-release

Bug fixes from previous RC.

Nokhwa 0.10 RC 1

08 Nov 15:59
Compare
Choose a tag to compare
Nokhwa 0.10 RC 1 Pre-release
Pre-release
0.10.0-rc1

0.10 RC 1 - After a year in development, I hope it was worth the wait.