Camera Error 100

后端 未结 5 1146
孤街浪徒
孤街浪徒 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 19:52

    I get the error when i use camera with gLSurfaceView for preview. I fixed the bug by Comment out

    //params.setRecordingHint(true);
    

提交回复
热议问题