Dynamsoft / capture-vision-flutter-samples

Dynamsoft Capture Vision Flutter SDK Samples
https://www.dynamsoft.com/capture-vision/docs/introduction/
Other
3 stars 3 forks source link

Usage with external UVC webcam #9

Open paul-hristea opened 1 month ago

paul-hristea commented 1 month ago

Hello,

Is there a way to use this plugin with an external camera connected through USB to an Android 7.1 tablet?

I see in the Dynamsoft Android SDK that there are methods for selecting a camera by ID rather than just Front/Back -facing. Is there any way to use this from Flutter at this time?

Thank you

Dynamsoft-Henry commented 1 month ago

Hi @paul-hristea

Our camera APIs are designed to support mobile camera only. Since your camera is an external camera, I think it is not in the ID list.

To use your external camera with this library, you can:

  1. Develop your own code to support your camera and get image from the camera.
  2. Use our decode method to decode the image you get.