No description
Find a file
2021-02-07 12:02:55 +01:00
examples new version 2021-02-07 12:02:55 +01:00
go.mod new version 2021-02-07 12:02:55 +01:00
go.sum new version 2021-02-07 12:02:55 +01: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 added JPEG and PNG decoding 2016-04-12 22:55:36 +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