I\'m facing Camera error 100 while testing my android application, I have found some topics on StackOverflow but they were not so helpful. I\'m searching for a
Use Camera.ErrorCallback which gets triggered when camera server fails.
Camera.ErrorCallback Android documentation
You can then inspect the camera properties there.