How to turn on camera flash or torch in Java ME / J2ME? -


i have created midlet takes photos.

is there way turn on devices flash/torch in code? if so, particular api required?

(the device i'm developing sonim xp3300.)

thanks in advance.

must admit haven't used myself (yet), believe device must support jsr-234 before can control advanced stuff that. first check if device supports jsr-234, , documentation possibilities.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -