av/device
Saxon Nelson-Milton f3cf74ce51 cmd/vidforward: add slate image write functionality
This includes adding facilities to handle termination signals
and err handling. Some modifications have been made to the file
input to accomodate the concurrency requirements. The slate
read mechanism is still fairly rudimentary and can only read
from a hardcoded file, but at this stage is for prototyping
purposes.
2022-11-26 13:38:25 +10:30
..
alsa run gofmt 2022-11-06 17:25:28 +10:30
file cmd/vidforward: add slate image write functionality 2022-11-26 13:38:25 +10:30
geovision using latest version of utils and using latest logging package 2022-05-27 15:42:58 +09:30
raspistill using latest version of utils and using latest logging package 2022-05-27 15:42:58 +09:30
raspivid run gofmt 2022-11-06 17:25:28 +10:30
webcam run gofmt 2022-11-06 17:25:28 +10:30
README.md added README.md files to top level packages 2021-04-11 11:19:37 +09:30
device.go vidforward & codecutil & mts & device & revid: improved Noop lexer code using ring buffer structure and improved overall commenting and code 2022-09-21 16:47:58 +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.