多模型目标在Vuforia中未被检测到。

huangapple go评论44阅读模式
英文:

multiple model targets are not detected in in vuforia

问题

我是新手,对 Vuforia 和 Unity 不熟悉。在 Unity 场景中放置两个模型目标时,只有顶部的一个被 AR 相机识别。我想要添加多个模型目标,并希望 AR 相机能够检测放置在上面的物体。是否有办法通过编程实现这一点?在 YouTube 上的视频显示了 Vuforia 配置中的“同时多个跟踪对象”选项,但我也没找到那个选项。

英文:

I am new to vuforia and unity. When I place two model targets in a unity scene, only the top one is recognized by the ARCamera. I want to add multiple model targets and i want the ARcamera to detect the object it is placed on. Is there a way to do it using code? The videos on Youtube showed SIMULTANEOUS MULTIPLE TRACKED OBJECTS option in VUFORIA CONFIGURATION but i cant see that aswell. I

答案1

得分: 3

Vuforia不支持同时激活(和追踪)多个模型目标。这就是为什么在你的情况下只有第一个有效。如果您需要找出摄像头前哪个模型,请查看高级模型目标功能(https://library.vuforia.com/model-targets/advanced-model-target-databases)。这将自动检测模型并激活以进行追踪。

英文:

Vuforia does not support simultaneous activation (and tracking) of multiple Model Targets. This is why only the first one works in your case. If you need to figure out which of a set of models is in front of the camera please look at the Advanced Model Target feature (https://library.vuforia.com/model-targets/advanced-model-target-databases). This automatically detects the model and activates it for tracking.

huangapple
  • 本文由 发表于 2023年2月19日 20:23:05
  • 转载请务必保留本文链接:https://go.coder-hub.com/75500114.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定