No description
Find a file
2016-04-10 11:08:56 +02:00
examples initial commit 2016-04-10 11:06:26 +02:00
Godeps initial commit 2016-04-10 11:06:26 +02:00
LICENSE added correct license date 2016-04-10 11:08:56 +02:00
README.md initial commit 2016-04-10 11:06:26 +02:00
webcam.go initial commit 2016-04-10 11:06:26 +02:00
webcam_test.go initial commit 2016-04-10 11:06:26 +02:00

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