CamcorderProfile.QUALITY_HIGH resolution produces green flickering video

前端 未结 5 1923
无人及你
无人及你 2020-12-01 09:12

I haven\'t found any explanation for this so far. Basically I have a video recording class which works splendidly when setVideoSize() is set to 720 x 480 on my Samsung Galax

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-01 09:53

            List ls = parameters.getSupportedPreviewSizes();
            Size size = ls.get(1);
            sizes 1 ----------960 720
            sizes 2 ----------800 480
            sizes 3 ----------720 480
            sizes 5 -----------640 384
            sizes 6 ----------576 432
            sizes 7 ----------480 320
    

    this are the list of sizes and more in android.

提交回复
热议问题