mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-04 02:27:26 +00:00
1000 B
1000 B
0.4.0
- Added AVFoundation, MSMF, WASM
.get_info()returns a&CameraInfo- Added Threaded Camera
- Added JSCamera
- Changed
newto useCaptureAPIBackend::Autoby default. Old functionally still possible withwith_backend() - Added
query(), which usesCaptureAPIBackend::Autoby default. - Fixed/Added examples
0.3.2
- Bumped
ouroborosto avoid potential UB - [INTERNAL] Removed
Box<T>from many internal struct fields ofUVCCaptureDevice
0.3.1
- Added feature hacks to prevent gstreamer/opencv docs.rs build failure
0.3.0
- Added
query_devices()to query available devices on system - Added
GStreamerandOpenCVbackends - Added
NetworkCamera - Added WGPU Texture and raw buffer write support
- Added
captureexample - Removed
get_from all APIs. - General documentation fixes
- General bugfixes/performance enhancements
0.2.0
First release
- UVC/V4L backends
Camerastruct for simplificationCaptureBackendTraitto simplify writing backends