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

How to use this pluging to fetch feed from USB/wifi Camera in andriod/ios #9

Open
nickagrawal opened this issue May 17, 2024 · 1 comment

Comments

@nickagrawal
Copy link

nickagrawal commented May 17, 2024

I found the pluging for usb feed https://pub.dev/packages/flutter_uvc_camera
not sure how to both can connect @spring98

@spring98
Copy link
Owner

Thank you for your interest in my plugin.

My plugin implementation takes the camera stream provided by native and infers the result directly from native.

I haven't used the flutter_uvc_camera plugin, but I expect it to import USB camera data into flutter and then do the following:

I think it will be difficult to integrate it into my plugin because the function of directly inferring with stream data imported from flutter is not implemented.

If you want to do real-time inference, you must write code to infer data received from USB directly at the native level.

If you do inference using a Flutter plugin such as tflite with an image stream imported into Flutter, it is difficult to expect good performance.

thank you

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