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 – 意图以更好的分辨率拍照?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)