Search Unity

How to know that Object target recognition state.

Discussion in 'Vuforia' started by HandCake, Sep 4, 2018.

  1. HandCake

    HandCake

    Joined:
    Jul 18, 2018
    Posts:
    2
    When recongnize to Object target, How to know step of recognition.

    So Example,

    Step1. Nothing in Camera range -> Already realization

    Step2. Enter object in Camera range.

    Step3. Object Recongnizing.

    Step4. End recongnize and Object Enabed. -> Already realization

    How to know Step2. ~ Step3?
     
  2. Vuforia-Strasza

    Vuforia-Strasza

    Official Vuforia Employee Vuforia

    Joined:
    Jun 13, 2017
    Posts:
    548
    If you look at the DefaultTrackableEventHandler.cs script (available by default on standard targets and within the Core Samples) you will see an example of how to know when an object has been detected.