How to take multiple images using camera in android

前端 未结 2 1122
庸人自扰
庸人自扰 2021-01-22 04:22

I need a camera that allows me take multiple pictures at once and then select one. Others may or may not be stored on the device. I\'ve tried this. I can take multiple images bu

2条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-22 04:40

    You have to implement your own camera to take multiple pictures. Create a class with surface view and implements SurfaceView.Callback. Please check out my library which will implement the same.

    https://github.com/SripadRaj/BurstCamera

提交回复
热议问题