Camera Error 100

后端 未结 5 1147
孤街浪徒
孤街浪徒 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:10

    I solved the issue by removing usage or setting the of the Camera parameter:

    setAutoWhiteBalanceLock(false);

提交回复
热议问题