av/device
Saxon Nelson-Milton 7b00f00e16 added README.md files to top level packages 2021-04-11 11:19:37 +09:30
..
alsa codecutil, revid: made codecs represented as strings, updated where used 2021-02-22 15:15:30 +10:30
file device/file/file.go: simplify AVFile.Read() method 2020-12-21 12:13:45 +10:30
geovision codecutil, revid: made codecs represented as strings, updated where used 2021-02-22 15:15:30 +10:30
raspistill device/raspistill & revid & container/mts: fixed issues with raspistill test implementations and made slight logging improvements in mts encoder and revid. 2021-02-03 12:17:23 +10:30
raspivid device/raspivid/raspivid.go: added missing exposure mode off to exposure modes list 2021-03-30 09:49:45 +01:00
webcam fixed various things particularly use of %w formatting directive in wrong places to satisfy repo testing 2020-12-19 13:43:23 +10:30
README.md added README.md files to top level packages 2021-04-11 11:19:37 +09:30
device.go device/device.go package level comment vs function commenty 2020-04-23 14:54:25 +09: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.