summaryrefslogtreecommitdiff
path: root/src/com/example/rotorm/CameraActivity.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/example/rotorm/CameraActivity.java')
-rw-r--r--src/com/example/rotorm/CameraActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/example/rotorm/CameraActivity.java b/src/com/example/rotorm/CameraActivity.java
index 9427a88..3f5e5ee 100644
--- a/src/com/example/rotorm/CameraActivity.java
+++ b/src/com/example/rotorm/CameraActivity.java
@@ -221,7 +221,7 @@ private boolean prepareVideoRecorder(){
mMediaRecorder.setVideoSize(1280,720);
mMediaRecorder.setVideoFrameRate(25);
- mMediaRecorder.setVideoEncodingBitRate(1000000);
+ mMediaRecorder.setVideoEncodingBitRate(3000000);
//so the combination of these 3 things does work
//11-12 11:25:06.138: E/AndroidRuntime(5094): java.lang.RuntimeException: getParameters failed (empty parameters)