How to turn on flashlight and front camera at the same time in android

前端 未结 3 1288
花落未央
花落未央 2020-12-11 21:22

In one of the requirement in my app I need to pop up an activity containing the front camera preview,at this same time I need to turn on the flashlight as well.However I obs

3条回答
  •  旧巷少年郎
    2020-12-11 21:41

    Try to turn on the flashlight in background then open your front camera. actually you can turn front camera and flashlight in background.

    Here how to open flashlight in background: this

    Here how to turn on camera in background: this

提交回复
热议问题