https://github.com/jollen/libv4l2-android
v4l2 library for Android camera HAL (Camera v1)
https://github.com/jollen/libv4l2-android
Last synced: about 1 year ago
JSON representation
v4l2 library for Android camera HAL (Camera v1)
- Host: GitHub
- URL: https://github.com/jollen/libv4l2-android
- Owner: jollen
- Created: 2013-06-29T05:38:48.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-07-30T03:12:57.000Z (almost 10 years ago)
- Last Synced: 2025-03-24T17:11:05.972Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 68
- Watchers: 15
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
libv4l2-android
===============
v4l2 library for android camera HAL
## Quickstart
1. Copy this project into product tree of Android source tree.
2. Use Android.mk to compile this project.
```
$ cd
$ . build/envsetup.sh
$ lunch
$ cd /device//libv4l2-android
$ mm
```
## Reference
* V4l2 API Spec, http://www.linuxtv.org/downloads/legacy/video4linux/API/V4L2_API/spec-single/v4l2.html