Mirrored for reference or usage in the VallStream suite of software and services. Allowing for usage of the V4L2 (video stream device/buffer/source) in Linux.
#vallstream #v4l2 #go
|
4 年之前 | |
---|---|---|
examples | 4 年之前 | |
imgsupport | 4 年之前 | |
v4l2 | 4 年之前 | |
.gitignore | 4 年之前 | |
LICENSE | 4 年之前 | |
README.md | 4 年之前 | |
TODO.md | 4 年之前 | |
go.mod | 4 年之前 | |
go.sum | 4 年之前 |
A Go library for the Video for Linux user API (V4L2).
go4vl
hides all the complexities of working with V4L2 and
provides idiomatic Go types, like channels, to consume and process captured video frames.
To include go4vl
in your own code, pull the package
go get github.com/vladimirvivien/go4vl/v4l2