[android-developers] Re: Inputs from the Android Camera

2010-12-23 Thread Vikram
Thank you Marcin and ko5tik. I understand that we can use the camera HW and the camera app is just an app like mine. My business logic works around image clicking time and conditions like the state of the phone and not the clicking process per-se. But I don't want to compete with camera app

[android-developers] Re: Inputs from the Android Camera

2010-12-22 Thread Atik
hi, so i have downloaded the source of camera app of android. and finally i need app only it should perform the zoom in out and brightness bar as implemented in the camera.it should not capture the image.. can i do the same.. i have done lot of changes in the code and i m able to do it ..but

[android-developers] Re: Inputs from the Android Camera

2010-12-22 Thread ko5tik
You can put whatever you like as overlay over camera surface view (except another surface view ) See our android sample in javaocr project: http://sourceforge.net/projects/javaocr/ On Dec 22, 2:20 pm, Atik atik0...@gmail.com wrote: hi, so i have downloaded the source of camera app of android.