Re: [android-porting] Need help for OV3640 quality issue

2010-11-16 Thread Ananthapadmanaban
Hi santosh kumar, What type of quality issues you are facing with ov3640 ? Thanks and regards, Ananth. On Monday 15 November 2010 12:54 PM, Santoshkumar kammar wrote: Hi, please someone help me how to improve the quality of the video in sensor ov3640.& someone send me data sheet of ov3

Re: [android-porting] Camera/Capture in Rowboat froyo

2011-01-25 Thread Ananthapadmanaban
Hi Naveen, The Camera working for me in omap35x and followed the exactly the same in the mentioned link. http://groups.google.com/group/rowboat/browse_thread/thread/3ad333d91f1bf0c0 Thanks and regards, Ananth. On Tuesday 25 January 2011 11:53 AM, Naveen wrote: Hi, I am new to Android. I

[android-porting] compilation error with froyo 2.2 with rowboat repo

2011-02-22 Thread Ananthapadmanaban
Hi all, When i compile froyo with dsp version of image i end up with this error. Any one came across this type of error ? target Jar: core-tests (out/target/common/obj/JAVA_LIBRARIES/core-tests_intermediates/javalib.jar) 'out/target/common/obj/JAVA_LIBRARIES/core-tests_intermediates/classe

[android-porting] Camera preview frame rate very low

2011-03-03 Thread Ananthapadmanaban
Hi All, Using camera application available in the froyo build, I was able to stream VGA frame at 7 fps maximum. But my sensor streaming frame rate at 30 fps. How to optimize the camera application ? *Test environment: * Board : Omap3evm board. Application : Default camera application c

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

2011-03-17 Thread Ananthapadmanaban
your captured images in the same buffers as your preview, which generally does not work. You have to clear all queued preview buffers before making a takePicture to avoid this problem. Best regards David On Mar 3, 12:24 pm, Ananthapadmanaban wrote: Hi All, Using camera application