diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-11-14 13:29:19 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-11-14 13:29:19 +0000 |
| commit | 06727db2f571badccee422a236dfae9454a64244 (patch) | |
| tree | f21609c8a8ef0082176f4a8051c8abcc60e734d5 /src/com/example/rotorm/CameraActivity.java | |
| parent | 82f57a8afe54a7d9dccea41bc677b64f820d8665 (diff) | |
3 mbit default
Diffstat (limited to 'src/com/example/rotorm/CameraActivity.java')
| -rw-r--r-- | src/com/example/rotorm/CameraActivity.java | 2 |
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) |
