mirror of https://bitbucket.org/ausocean/av.git
c98fffe722
The reader and writer pipes should be created on call to Start and not in NewManualInput. This is so that if Close is called, which will close the reader and the writer, a call to start will create them again. Approved-by: Alan Noble Approved-by: David Sutton |
||
---|---|---|
.. | ||
alsa | ||
file | ||
geovision | ||
raspistill | ||
raspivid | ||
webcam | ||
README.md | ||
device.go |
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.