diff options
author | gennyble <gen@nyble.dev> | 2023-11-23 14:32:49 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-11-23 14:32:49 -0600 |
commit | a026dc95f7c76bb10137d8c2bebc7b6ff8ac9753 (patch) | |
tree | ac8871b27e5061d0d95835854e6a56b052a150f7 | |
parent | 4d58f3d6ba1caaa331ae61471a6a0d6778d6baab (diff) | |
download | v4l16-a026dc95f7c76bb10137d8c2bebc7b6ff8ac9753.tar.gz v4l16-a026dc95f7c76bb10137d8c2bebc7b6ff8ac9753.zip |
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..91cad9a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +v4l16 is helping me study the l16 by letting me play with the V4L2 devices. + +I probably should just use `v4l-utils` or `v4l2-ctl`, but building it requires the android source tree and that just seemed a little annoying! I'd much rather spend the time learning to setup a dev environment and further my knowledge of V4L2. \ No newline at end of file |