Android L Camera2 API 使用实例程序汇总

在网上发现几个使用CameraAPI2开发的实例程序,总结一下方便后续参考:

1.Camera2Basic:https://github.com/googlesamples/android-Camera2Basic

ThissampledemonstrateshowtousebasicfunctionalitiesofCamera2API.Youcanlearnhowtoiteratethroughcharacteristicsofallthecamerasattachedtothedevice,displayacamerapreview,andtakepictures.

2.Camera2Video:https://github.com/googlesamples/android-Camera2Video

ThissampleshowshowtorecordvideousingthenewCamera2APIinAndroidLollipop.

3.Camera2master:http://www.eyesourcecode.com/thread-35378-1-1.html

使用AndroidLCamera2API开发的示例应用程序,具备拍照,AWB,Flash,连拍功能

4.LCamerahttp://www.eyesourcecode.com/thread-35377-1-1.html

LCamera是一个开源的实验性质的Camera应用程序,基于AndroidL提供的新APIandroid.hardware.camera2,目前只支持在Andorid5.0Lollipop版本的Nexus5和Nexus6上运行

相关推荐