Can anyone tell me what exactly Camera Error 100
is?
At the time of taking picture sometimes I am getting it. It happened when I called camera.takepicutre();
and shutter and raw callback are called, but jpeg-callback is not getting called.
I just want to know what exactly Camera Error 100
is and when it is generated.
Already saw the original android camera code, but didn't find Camera Error 100
there.
And this StackOverflow answer, but couldn't find any help. Because most of the time I am able to get the picture, but sometimes I am getting this error.
After seeing the Android developer site they are saying release the camera resource and start a new one. But still didn't able to find the reason behind that?