Camera picture to Bitmap results in messed up image

后端 未结 7 1949
谎友^
谎友^ 2020-12-29 10:00

This is my code that I use to save the image to a Bitmap. This piece of code is based on the code from CyanogenMod\'s camera app so I would assume it would work

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-29 10:20

    I would suggest not setting the picture size in code and let the camera return the best picture it can capture. Check the code given in the answer here. https://stackoverflow.com/a/9745780/2107118

提交回复
热议问题