linuxvideo 0.2.0

V4L2 video capture and output library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "linuxvideo"
version = "0.2.0"
edition = "2021"
license = "0BSD"
description = "V4L2 video capture and output library"
repository = "https://github.com/SludgePhD/LinuxVideo.git"
keywords = ["linux", "video", "webcam"]

[dependencies]
log = "0.4.14"
nix = "0.26.1"
bitflags = "1.2.1"

[dev-dependencies]
env_logger = { version = "0.10.0", default-features = false }
itertools = "0.10.3"
anyhow = "1.0.68"