[android-developers] saving camera preview frames to a file with minimum slow-down

2012-04-01 Thread Qianqian Fang
hi list I'd like to get some advice on optimizing file IO of a camera-frame processing code I am working on. I used the setPreviewCallbackWithBuffer() method to capture each preview frame and do some processing in the real-time. The processed frame (an int array) is then save to the sdcard. I

Re: [android-developers] saving camera preview frames to a file with minimum slow-down

2012-04-01 Thread Nikolay Elenkov
On Mon, Apr 2, 2012 at 10:42 AM, Qianqian Fang fan...@gmail.com wrote: hi list I'd like to get some advice on optimizing file IO of a camera-frame processing code I am working on. I used the setPreviewCallbackWithBuffer() method to capture each preview frame and do some processing in the