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

时间:2014-12-27 22:59:57   收藏:0   阅读:394

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

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

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

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

L Camera是一个开源的实验性质的Camera应用程序,基于Android L提供的新API android.hardware.camera2,目前只支持在Andorid 5.0 Lollipop版本的Nexus 5和Nexus 6上运行

原文:http://www.cnblogs.com/eyeandroid/p/4189287.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!