diff options
| author | Michael Bestas <mikeioannina@gmail.com> | 2014-10-08 03:05:38 +0300 |
|---|---|---|
| committer | LorDClockaN <davor@losinj.com> | 2014-10-29 21:17:39 +0100 |
| commit | 4617b5a5e78ec0ba6fbbd04a15f704627775abbf (patch) | |
| tree | 2d801df46e15fddbffce827c4b0b4e392239e1fd /src/com/android/camera/VideoModule.java | |
| parent | 855557c40dacd089408888c5c7d0b934eec6fe76 (diff) | |
* This is moved to the device specific camera wrappers
This reverts commit e43890784fd08ac92de08691c7c6ba545c7ecb80.
Change-Id: I74ac0654ccf1e04cbb69e2fa8a2a651990b484a9
Diffstat (limited to 'src/com/android/camera/VideoModule.java')
| -rw-r--r-- | src/com/android/camera/VideoModule.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/com/android/camera/VideoModule.java b/src/com/android/camera/VideoModule.java index 7398cd54..72e5b32d 100644 --- a/src/com/android/camera/VideoModule.java +++ b/src/com/android/camera/VideoModule.java @@ -2170,9 +2170,6 @@ public class VideoModule implements CameraModule, mParameters.setPreviewFrameRate(mProfile.videoFrameRate); } - // Set video mode - CameraSettings.setVideoMode(mParameters, true); - forceFlashOffIfSupported(!mPreviewFocused); videoWidth = mProfile.videoFrameWidth; |
