I have a question that follows Android Camera Server Died and Camera ERROR 100
A similar error appears in my code. This error occurs in an automated test in which we run many applications randomly. After a very long time, we see this error:
E / Camera (2088): [Camera.java=70:handleMessage ()] Error 100
In your message you wrote that you solved this problem, could you tell us what you did to solve this problem?
I got this error in the emulator, deciding to remove camera.setPreviewDisplay(holder) from surfaceCreated() and calling it only in surfaceChanged() .
camera.setPreviewDisplay(holder)
surfaceCreated()
surfaceChanged()
I am new, but hope this helps.
Source: https://habr.com/ru/post/911964/More articles:Access to parts of multipart / form-data submission request in Java REST web service - javaManually translating code from one language to another - cRunning two identical tests with different arguments - javamaybe autoupdating in android without using the android market? - androidSingle sender and multiple receiver processes using posix message queue on Linux - linuxDistinguish KeyEvent regular menu from opening IME - androidLogarithmic lambda expressions - c #how to use! important in jQuery animate () function - jqueryasp.net mvc, jQuery mobile, the best methods of working with the telephone network - jquery-mobileObject structure - reuse of complex type - c #All Articles