Android ACTION_IMAGE_CAPTURE Intent

后端 未结 14 2015
被撕碎了的回忆
被撕碎了的回忆 2020-11-22 02:04

We are trying to use the native camera app to let the user take a new picture. It works just fine if we leave out the EXTRA_OUTPUT extra and returns the small B

14条回答
  •  星月不相逢
    2020-11-22 02:52

    I recommend you to follow the android trainning post for capturing a photo. They show in an example how to take small and big pictures. You can also download the source code from here

提交回复
热议问题