同时使用 flutter arcore 和相机插件

发布于 2025-01-12 00:09:40 字数 88 浏览 0 评论 0原文

我想将相机插件用于我的对象检测模型,如果模型检测到 3d 对象,则使用 arcore 来惩罚 3d 对象,但似乎 arcore 垄断了相机资源,有没有办法解决它。

I want to use the camera plugin for my object detection model and the arcore to amerce the 3d object if it was detected by the model but it seems that the arcore is monopolizing camera resources is there a way to go around it .

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清风疏影 2025-01-19 00:09:40

您可以从相机(CameraImage)获取数据并将其作为消息发送到新的隔离,您可以在其中使用模型为您执行推理(预测)。

You can get the data from the camera(CameraImage) and send it to a new isolate as a message where you can use your model to perform inference(prediction) for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文