Camera picture to Bitmap results in messed up image

后端 未结 7 1956
谎友^
谎友^ 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:21

    The height and width aren't supported for that camera. That's why it looks like that and why the 1280x720 setting works. It's the same as if you set your starcraft to run at a resolution not supported by your monitor.

提交回复
热议问题