I\'m facing to a problem with a Samsung Galaxy Tab. I want to use the camera flash as torch.
Does anyone know how to enable it ?
Hereby a code that works to
Took me a while but I think you're missing a startPreview() there.
startPreview()
After you do your Camera.open() and after you set the parametrs, do a mCamera.startPreview(). That should do the trick.
Camera.open()
mCamera.startPreview()