瀏覽代碼

Start updating documentation

Vladimir Vivien 4 年之前
父節點
當前提交
eb601ae206
共有 2 個文件被更改,包括 19 次插入2 次删除
  1. 10 2
      README.md
  2. 9 0
      TODO.md

+ 10 - 2
README.md

@@ -1,2 +1,10 @@
-# go-v4l2
-Go library for working with the Video for Linux API (V4L2) natively, without any C bindings.
+# go4vl
+A Go library for working with the Video for Linux user API (V4L2).
+
+----
+
+Gov4l hides all the complexities of working with V4L2 and exposes idiomatic Go types, like channels, to consume captured frame.
+
+## Features
+* Capture and control video data from your Go programs
+* Idiomatic Go API

+ 9 - 0
TODO.md

@@ -0,0 +1,9 @@
+# TODO
+A general list (of no implied order) of high level tasks for the project.
+> This list is a tool to help guide the project. It does not imply a roadmap or promise of delivery.
+
+* [ ] Add repo documentation
+* [ ] Document examples 
+* [ ] Support for YUYV conversion
+* [ ] Set and query device controls
+* [ ] Support for User pointer and other stream mode