From 06727db2f571badccee422a236dfae9454a64244 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 14 Nov 2013 13:29:19 +0000 Subject: 3 mbit default --- src/com/example/rotorm/CameraActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3