Why FPS is not same as original camera app

前端 未结 3 1808
刺人心
刺人心 2020-12-10 07:20

I tested with original camera application (video mode) comes with Samsung Galaxy Tab 8.9. The saved front camera video able to achieve 24 fps, 640x480. (By looking at the pr

3条回答
  •  遥遥无期
    2020-12-10 08:19

    Maybe a MediaRecorder API could be better in combination with Camera API instead of capturing images using PreviewCallback...

    http://developer.android.com/guide/topics/media/camera.html#capture-video

    http://developer.android.com/reference/android/media/MediaRecorder.html

提交回复
热议问题