On the Internet to find several using the camera API2 development of the instance program, summarize the convenience of follow-up reference:
1.camera2 Basic:https://github.com/googlesamples/android-camera2basic
This is the sample demonstrates how to use basic functionalities of Camera2 API. 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 is 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 the Android L Camera2 API with camera, Awb,flash, and burst functions
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.hardware.camera2 provided by Android L, currently only supported in Andorid 5.0 Lollipop version of Nexus 5 and Nexus Run on 6
Android L CAMERA2 API Use instance program Rollup