Re: [android-porting] Query: V4l2 camera android application and porting patch for android 2.1 or 2.2

2010-09-01 Thread Raju Sana
Hi could you share following info The error log and your libcameraservice source code and let me know any other modifications that you have done on it ? Thanks Regards, Venky. On Mon, Aug 30, 2010 at 11:44 AM, Sasa Sasa sasak.1...@gmail.com wrote: Hi Harish, I am currently

Re: [android-porting] Query: V4l2 camera android application and porting patch for android 2.1 or 2.2

2010-09-01 Thread Sasa Sasa
Attaching the error log also:- Regards Sasa On Wed, Sep 1, 2010 at 3:28 PM, Sasa Sasa sasak.1...@gmail.com wrote: Hi Venky, I have taken the original v4l2 patch from:-  http://code.google.com/p/android-m912/downloads/detail?name=v4l2_camera_v2.patch As it is not cleanly applied, I have

Re: [android-porting] Query: V4l2 camera android application and porting patch for android 2.1 or 2.2

2010-09-01 Thread Sasa Sasa
Hi Venky, I have taken the original v4l2 patch from:- http://code.google.com/p/android-m912/downloads/detail?name=v4l2_camera_v2.patch As it is not cleanly applied, I have modified the frameworks/base/camera/libcameraservice/Android.mk. Rest source is same as above patch. Though, I am

[android-porting] Query: V4l2 camera android application and porting patch for android 2.1 or 2.2

2010-08-30 Thread Sasa Sasa
Hi Harish, I am currently working on android v4l2 camera intergration. I have already seen discussion on android porting mailing list. By default the camera application uses jni interface of camera i.e frameworks/base/core/jni/android_hardware_Camera.cpp. Could anybody provide me the link for