Flash light not working as torch in some android devices -


hi using nexus 5.i have developed basic torch app works in devices except in nexus 5 please me

some devices require surface view access camara object.

    try {     camera.setpreviewtexture(new surfacetexture(0));        } catch (ioexception ex) {             // ignore         } 

Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -