g123k / flutter_torch_compat

A plugin to enable or disable the torch of a device that works both on Android (including Android 4.x) and iOS.
https://pub.dev/packages/torch_compat
Apache License 2.0
7 stars 22 forks source link

android.hardware.camera2.CameraAccessException: CAMERA_IN_USE #6

Closed felipesses closed 4 years ago

felipesses commented 4 years ago

Hello, I am getting this error, could you please say how to fix it? Thanks in advance.

g123k commented 4 years ago

It seems you are already using the camera with another plugin. The torch can only be used independently

felipesses commented 4 years ago

thank you! sorry for the late answer