av/device
Dan Kortschak e9db8911c6 device/raspistill: remove impossible condition 2022-01-13 16:08:02 +10:30
..
alsa device/alsa: check error 2022-01-13 16:08:02 +10:30
file device/file/file.go: simplify AVFile.Read() method 2020-12-21 12:13:45 +10:30
geovision device: fix incorrect uses of MultiError and guard against misuse 2022-01-13 16:08:02 +10:30
raspistill device/raspistill: remove impossible condition 2022-01-13 16:08:02 +10:30
raspivid device: fix incorrect uses of MultiError and guard against misuse 2022-01-13 16:08:02 +10:30
webcam device: fix incorrect uses of MultiError and guard against misuse 2022-01-13 16:08:02 +10:30
README.md added README.md files to top level packages 2021-04-11 11:19:37 +09:30
device.go device: fix incorrect uses of MultiError and guard against misuse 2022-01-13 16:08:02 +10:30

README.md

Readme

Package device defines an input device interface (AVDevice) which implements io.Reader and provides configuration and start/stop control. Various packages containing implementations of this interface are also provided for various input devices.

Contributing

See here under "Contributing" for information on how to contribute.

License

See here under "License" for licensing.