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 creators because I don't want to
repliacte, rather can't, replicate their functionality. The picture
modes and stuff.

Is there anyway I can bank on the camera the user is already using?
The simplest way would be to create an activity which the user can
launch. This activity gets the phone state and then launches the
default camera. Any other thoughts?

I also want to get some ui inputs in thiis activity in the form of
checkboxes but I want to make this as unobstrucive as possible. Any
thoughts on ui designs?

On Dec 23, 4:16 am, ko5tik <[email protected]> wrote:
> 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 <[email protected]> wrote:
>
>
>
> > 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 else all functions are still there in the
> > app ..like face track,smile mode etc.
>
> > pls let me know...thanks
>
> > On Dec 22, 6:04 pm, Marcin Orlowski <[email protected]> wrote:
>
> > > On 22 December 2010 04:02, Vikram <[email protected]> wrote:
>
> > > > We want to get some simple information from the user (in the form of
> > > > checkboxes) for a few seconds before he starts using his camera. Can
> > > > we somehow present our checkbox list over his camera app?
>
> > > > I understand that the Camera is an app in itself and that we cannot
> > > > make changes or add our stuff on its UI, but is there something that I
> > > > am missing somewhere?
>
> > > Camera app and camera h/w are two different things. You may want
> > > to write your own app that uses camera hardware and add your
> > > own UI elements to it. You can't overlay existing app.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to