Crates.io | linux-video-core |
lib.rs | linux-video-core |
version | 0.1.1 |
source | src |
created_at | 2023-05-22 04:22:21.523334 |
updated_at | 2023-08-05 04:07:08.196519 |
description | Linux V4L2 device interfacing |
homepage | |
repository | |
max_upload_size | |
id | 870355 |
size | 216,965 |
This crates intended to provide access to Linux V4L2 APIs without any limitations.
The primary design goal is an optimal balance between safety and overhead. The implementation much closer to system calls than v4l. Interface types wraps kernel types to avoid unnecessary copying.
At end this is my demure attempt to do things right.
This crate provides low-level bindings and does not intended to end-users.