No description
- Go 100%
| examples | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| README.md | ||
| webcam.go | ||
| webcam_test.go | ||
Webcam library written in pure Go (no cgo bindings)
This library is for interacting with webcams, using the video4linux (V4L2) framework.
It is derived work from https://github.com/blackjack/webcam