9 releases
0.1.3 | Oct 12, 2024 |
---|---|
0.1.2 | Jun 15, 2023 |
0.1.1 | May 25, 2023 |
0.1.0 | Dec 19, 2022 |
0.1.0-rc.1 | Nov 8, 2022 |
#526 in Video
2,278 downloads per month
Used in 14 crates
(4 directly)
105KB
2K
SLoC
nokhwa-core
This crate contains core type definitions for nokhwa
. This is seperated so other crates may use it as well.
Inside there are standard definitions (Resolution
, CameraInfo
, CameraIndex
, CameraFormat
, etc.), and
there are decoders for NV12, YUY2/YUYV, MJPEG, GRAY, and RGB24, with a flexible trait based system for you to add your
own decoders.
lib.rs
:
Core type definitions for nokhwa
Dependencies
~2–34MB
~525K SLoC