android – 意图以更好的分辨率拍照?

android – 意图以更好的分辨率拍照?,第1张

概述我的应用正在使用此Intent拍照: startActivityForResult(new Intent(MediaStore.ACTION_IMAGE_CAPTURE), 拍照片); 但分辨率真的很低…… 有什么方法可以提高分辨率吗?或者我必须创建自己的相机活动? 根据 http://developer.android.com/reference/android/provider/MediaSt 我的应用正在使用此Intent拍照:
startActivityForResult(new Intent(MediaStore.ACTION_IMAGE_CAPTURE),
拍照片);
但分辨率真的很低……

有什么方法可以提高分辨率吗?或者我必须创建自己的相机活动?

解决方法 根据 http://developer.android.com/reference/android/provider/MediaStore.html,这是设计行为.

The caller may pass an extra EXTRA_OUTPUT to control where this image will be written. If the EXTRA_OUTPUT is not present,then a small sized image is returned as a Bitmap object in the extra fIEld. This is useful for applications that only need a small image. If the EXTRA_OUTPUT is present,then the full-sized image will be written to the Uri value of EXTRA_OUTPUT.

总结

以上是内存溢出为你收集整理的android – 意图以更好的分辨率拍照?全部内容,希望文章能够帮你解决android – 意图以更好的分辨率拍照?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1128219.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存