Re: [android-porting] Re: Camera preview frame rate very low

2011-03-17 Thread Ananthapadmanaban
Hi David, Thanks ! Did you implement this in your local repo ? If yes, Will you please share the patch to me. Thanks and regards, Ananth. On Thursday 17 March 2011 03:50 PM, David Grimfors wrote: Yes. Froyo has the same problem with excessive garbage collection as Eclair, in default mode. Unl

[android-porting] Re: Camera preview frame rate very low

2011-03-17 Thread David Grimfors
Yes. Froyo has the same problem with excessive garbage collection as Eclair, in default mode. Unlike Eclair, it is however easy to fix since the functions for manual buffers are available in Froyo. So, in short: Use addCallbackBuffer to queue up 2 buffers Set previewCallbackWithBuffer Start previe