在视频记录android后显示裁剪的图像

时间:2015-03-02 11:27:36

标签: android android-camera-intent

当我开始录制视频并停止暂停时。有时会显示裁剪的图像预览。如何避免这种行为。我使用意图来调用camera.Thanks。

     Intent intent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE);

        intent.putExtra(MediaStore.EXTRA_OUTPUT, fileUri);
        intent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 1);

        startActivityForResult(intent, VIDEO_CAPTURE);

我在清单中的活动

  <activity
            android:name="com.mti.videodialy.activity.CreateVideoNoteActivity"
            android:theme="@style/VideoDailyActionBar"
            android:configChanges="orientation|screenSize"></activity>

enter image description here

0 个答案:

没有答案