Search Unity

multiple targets to single target when combined

Discussion in 'Vuforia' started by lucnagel, Jul 16, 2018.

  1. lucnagel

    lucnagel

    Joined:
    Mar 15, 2018
    Posts:
    5
    Hey all, I'm kind of new to Vuforia and I was wondering if it's possible for Vuforia to recognise multiple targets (e.g. a photograph of a face divided across 4 squares) as a single target when the squares are connected. Right now Vuforia recognises the individual targets + the combined image target simultaneously, but ideally it would stop the individual targets as soon as it sees the combined image target. Would be very helpful if anybody has any suggestions how to achieve this. Thanks in advance.

     
  2. meedabit

    meedabit

    Official Vuforia Employee Vuforia

    Joined:
    Dec 8, 2016
    Posts:
    266
    Hello,

    I believe this can be handled by app level logic.

    My assumption is that you have all targets (1-5) in the same device database. This would explain why it recognizes all the targets simultaneously. Each target has a unique name, so you could key off of those names to determine the behavior after the image is recognized: e.g. if target==5, then do not augment 1,2,3,4.

    Thanks,
    Vuforia Engine Support
     
    lucnagel likes this.