Crates.io | uiua-nokhwa-core |
lib.rs | uiua-nokhwa-core |
version | 0.1.2 |
source | src |
created_at | 2024-08-16 21:28:56.600988 |
updated_at | 2024-08-16 21:28:56.600988 |
description | Core type definitions for nokhwa |
homepage | |
repository | https://github.com/l1npengtul/nokhwa |
max_upload_size | |
id | 1341024 |
size | 107,124 |
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.