INDExOS/media-for-mobile

flash not working

polaris0227 opened this issue · 7 comments

Turn ON/OFF flash is not working.

parameters = camera.getParameters()
parameters.setFlashMode(Camera.Parameters.FLASH_MODE_ON);
camera.setParameters(parameters);

I don't know why it doesn't work.
Please help me if anyone has solution.
Thank you so much.

Did you able to record video with no error?

I have got some issue after record the video it plays very fast i dont know and didnot find the issue

can you please share the exact code ?

I have checked the mute checkbox and record the video, video created fine but I don't understand which mute logic I need to remove to fix it. I need both video audio

love you alot it fixed by removing the muteAffect
thank you so much :*

If it's fixed, why is the issue still open?