Android camera freezes after taking one photo

后端 未结 6 1463
我在风中等你
我在风中等你 2021-01-04 00:34

I\'m doing one project with camera and after taking one photo camera freezes and u have to finish the activity and recall it again to take another photo, how can I take phot

6条回答
  •  独厮守ぢ
    2021-01-04 01:16

    The camera is freezing, because you are not restarting the preview of the camera, so restart it by calling camera.startpreview()

提交回复
热议问题