0

I want to open panorama mode of camera directly. I have tried following link.

How to open camera directly in panorama/photosphere mode?

Have tried too many things but didn't able to open panorama mode of camera, Please help what to do.

Is there any option to open panorama mode of camera by passing extra variable with Intent?

        Intent intent = new Intent("android.media.action.IMAGE_CAPTURE").putExtra(MediaStore.EXTRA_OUTPUT, mImageCaptureUri);
        startActivityForResult(intent, CAPTURE_IMAGE_ACTIVITY_REQUEST_CODE);
Community
  • 1
  • 1
Rohit
  • 3,401
  • 4
  • 33
  • 60

0 Answers0