I'm building an android app with flutter and I want to get access to an external camera in order to take pictures.
I'm currently using the camera plugin. So when I call the availableCameras() method, the returned list does not contain the USB camera (that according to what I read it's supposed to have CameraLensDirection equal to external).
Having that said I've also found that there's an open issue referring to the problem that flutter can't access to external USB cameras.
Is there a workaround for this issue without re-writing the whole application using android platform?