简体   繁体   English

如何使用flutter firebase_ml_vision插件实时读取字符或条形码

[英]How to use flutter firebase_ml_vision plugin for live reading of characters or barcodes

Is firebase_ml_vision plugin supports live reading of characters or barcodes from the camera? firebase_ml_vision插件是否支持从相机实时读取字符或条形码?

If no, how can I achieve this functionality? 如果没有,我如何实现此功能?

Is it possible to use get output frames from the camera and use them with the plugin? 是否可以使用从相机获取输出帧并将其与插件一起使用?

I think you can use Maurice's MLkit demo. 我认为您可以使用Maurice的MLkit演示。 Both the firebase_ml_vision and camera plugins are provided in Maurice's MLkit. Maurice的MLkit中提供了firebase_ml_vision和camera插件。 repository link 资料库链接

Check out this tweet, He builded the same thing that you want using the same repo only. 查看此推文,他仅使用相同的存储库即可构建您想要的相同内容。 tweet link 鸣叫链接

您可以使用https://pub.dev/packages/flutter_camera_ml_vision ,它基本上是从莫里斯(Maurice)的MlKit演示开始的,但是放了进去

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM