Camera Error 100

后端 未结 5 1121
孤街浪徒
孤街浪徒 2020-12-16 19:05

I\'m testing my application on Samsung Galaxy Ace, and I get the supported sizes with

cameraParams.getSupportedPictureSizes();

It works wit

5条回答
  •  醉梦人生
    2020-12-16 20:06

    Camera Error 100 - "Media server died. In this case, the application must release the Camera object and instantiate a new one."

    Do what the SDK says and release the camera object and make a new one.

    http://developer.android.com/reference/android/hardware/Camera.html

    Read this, too. It might help you: Droid's mediaserver dies on camera.takePicture()

提交回复
热议问题