How to force camera by intent to take picture automatically in Android -


I am creating an application and use the default default camera to take a picture. Use this

  intent = new intent (android.provider.MediaStore.ACTION_IMAGE_CAPTURE); Intent.putExtra (MediaStore.EXTRA_OUTPUT, OutputFileUI); StartActivityForResult (intent, CAMERA_PICTURE);   

Inactivate result () Method I call again and move over the code.

But I want to take several pictures at once. Is the camera intently called (by not creating custom camera activity) any way to take the picture. P> Intending, you can simply tell the application of the existing camera that it allows the user to start and take pictures - you are completely at the mercy of this application. Some of them may include some non-documentary parameters so that you can drag the image in a voluntary way.

If you want to control, you will apply the camera yourself.

Comments