To turn the flash on for photos,

Camera.Parameters parameters = camera.getParameters();
parameters.set("flash-value", 1);
camera.setParameters(parameters);

On Aug 26, 1:19 am, Nox <v.beh...@googlemail.com> wrote:
> Can you help me please!!!
>
> On Aug 11, 11:30 am, Nox <v.beh...@googlemail.com> wrote:
>
> > Hello everybody,
> > I am developing a photo app and I want to add aflashlightfor taking
> > better photos.
> > The app should know: This is a SamsungGalaxy,I have toactivatetheflashlight.
>
> > Do you know how to realize it?
>
> > Thank you so much in advance
>
> > Viktor
>
>

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

Reply via email to