initial commit

This commit is contained in:
ston1th 2016-04-10 11:06:26 +02:00
commit c67729332c
26 changed files with 1612 additions and 0 deletions

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# 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