Android L Camera2 API used instance Program Summary, androidcamera2
I found several instance programs developed using Camera API2 on the Internet, and summarized them for reference:
1. Camera2 Basic: https://github.com/googlesamples/android-Camera2Basic
This sample demonstrates how to use basic functionalities of Camera2 API. You can learn how to iterate through characteristics of all the cameras attached to the device, display a camera preview, and take pictures.
2. Camera2 Video: https://github.com/googlesamples/android-Camera2Video
This sample shows how to record video using the new Camera2 API in Android Lollipop.
3. Camera2 master: http://www.eyesourcecode.com/thread-35378-1-1.html
Sample application developed using Android L Camera2 API, with the functions of photo taking, AWB, Flash, and continuous shooting
4. LCamera http://www.eyesourcecode.com/thread-35377-1-1.html
L Camera is an open-source experimental Camera application based on the new API Android provided by android L. hardware. camera2 currently only supports running on Nexus 5 and Nexus 6 of Andorid 5.0 Lollipop