I am writing a video recording app but am finding it quite impossible to match the frames per second that are on the native Android device video camera app (on Samsung Galaxy sIII). On the native app I can record at 1920x1080 with effects on at an amazing FPS (not sure exactly what it is but it looks like 25+ fps).
In my app on the sIII my video recording is incredibly unstable and choppy even at 640x480. My FPS drops to 7 when recording at 640x480. When I add effects the FPS drops to 3-5. Right now the app is just a shell app - no graphics or anything else. All I am trying to do is get HD recording on the Galxy sIII but it running terrible FPS. Can someone help me figure out how to get an FPS that is equal to the native Android camera app (specifically on the sIII)? At this point I'm not sure where to optimize. I am doing the standard Android recording code: http://stackoverflow.com/questions/1817742/how-can-i-capture-a-video-recording-on-android -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

