- 链接地址:https://blog.csdn.net/weixin_30581253/article/details/117657406
- 链接标题:android打开系统前置摄像头驱动,android 调用系统前置摄像头-CSDN博客
- 所属网站:blog.csdn.net
- 被收藏次数:6229
文章浏览阅读1.1k次。第一种方式是采用MediaStore,调用系统原生的相机。Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);intent.putExtra("camerasensortype", 2); // 调用前置摄像头intent.putExtra("autofocus", true); // 自动对焦intent.putExtra("f..._android 打开系统前置摄像头
版权声明:本文发布于特牛网址导航 内容均来源于互联网 如有侵权联系删除