How to set camera resolution in Android with OpenCV?

前端 未结 3 813
被撕碎了的回忆
被撕碎了的回忆 2020-12-28 20:51

I\'m trying to develop an app for Android, and I would need to get uncompressed pictures with a resolution as high as possible from the camera. I tried takePicture\'s rawCal

3条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-28 21:36

    setPreviewSize does not set picture resolution. setPictureSize does.

提交回复
热议问题