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 <[email protected]> wrote:
> Can you help me please!!!
>
> On Aug 11, 11:30 am, Nox <[email protected]> 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 [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
-~----------~----~----~----~------~----~------~--~---