MediaRecorder.stop() hanging with Android 4.0 (ICS)
问题 When calling stop() within my Video Capture activity, on occasion, the software will hang and will not come back to life. Only triggering an ANR by hitting "Back" will allow me to kill the activity. Within the log, I see the following line repeated over and over: W/CameraSource(YYYYY): Timed out waiting for incoming camera video frames: XXXXXX us Has anyone else seen this behavior? Any workarounds? 回答1: We've been struggling for this issue for a long time too. We have just copied the code