英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论