meshileya / ipcamera-for-android

Automatically exported from code.google.com/p/ipcamera-for-android
0 stars 0 forks source link

Application crashes while pressing "Check" button on Huawei Ideos X3 #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install APK
2. Run

What is the expected output? What do you see instead?

After "Check" button pressed to be seen in Debug View: exception 
RuntimeException while trying mRecorder.start() function call.

What version of the product are you using? On what operating system?

r2 (trunk) Jan 23, 2011 on Android 2.3.3

Please provide any additional information below.

Original issue reported on code.google.com by piotr.be...@googlemail.com on 1 Oct 2011 at 5:52

GoogleCodeExporter commented 8 years ago
I also get this issue on Ideos H8150 running v2.3.3. Defintely crashing on 
CamaerView.java, line 87 (myMediaRecorder.start();) with not much in the way of 
info, just 'start failed'. I changed video format to THREE_GP which the Ideos 
can definitely record using Camera>Camcorder function.  Any ideas?

Original comment by eeny...@gmail.com on 10 Feb 2012 at 8:58

GoogleCodeExporter commented 8 years ago
If 3GPP format support H.264+AMR, the fetching code should work right also. If 
3GPP only support H.263, the fetching code will not work.

Original comment by achang.z...@gmail.com on 13 Feb 2012 at 4:13