ricnaaru / adv_camera

Advanced Camera for Flutter
BSD 3-Clause "New" or "Revised" License
54 stars 35 forks source link

Calling controller.setFlashType does not activate flash #56

Closed SunFoxx closed 3 years ago

SunFoxx commented 3 years ago

I'd been trying to implement some custom controls for a camera view and tried calling controller.setFlashType with both FlashType.on and FlashType.torch values, but it seems like it isn't working. controller.captureImage() does not trigger any flash whatsoever. I've tested it on multiple android devices, yet no luck getting it to work.

ricnaaru commented 3 years ago

which version are you using?

SunFoxx commented 3 years ago

which version are you using?

2.0.0+1-nullsafety

ricnaaru commented 3 years ago

please check the latest version..