I am using Vuforia for object recognition. Right now, I am trying to detect if 2 gears are being shown. I have a 138 point .CD file of the gear and and using 1 ObjectTarget in Unity to detect the gear. When compiled and ran on an Android (or ran on any other device), it is correctly able to detect 1 gear, but not 2. When I cover the first gear up, it is then able to detect the second gear, but when i uncover the gears, it detects only the first again.
Is there any way I can detect more than 1 gear? I am using visual indicators (making a ball float above the gear) to show that the gear is seen
Attachment | Size |
---|---|
![]() | 859.15 KB |
![]() | 801.76 KB |
Hi,
Unfortunately we do not support tracking similar targets simultaneously. One workaround that you could try is to have different GameObjects for the same datasets, it might work however as we do not support it, it will be prone to false-positive. (if using Unity)
Thank you.
Vuforia Engine Support