Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage with external UVC webcam #9

Open
paul-hristea opened this issue Aug 12, 2024 · 1 comment
Open

Usage with external UVC webcam #9

paul-hristea opened this issue Aug 12, 2024 · 1 comment

Comments

@paul-hristea
Copy link

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
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants