Why sometimes ImageTarget isn't recognize?Vuforia iOS SDK : Combine ImageTargets & VideoPlayback exampleVuforia: UserDefinedTargets is better than ImageTargets database?Unity Google Cardboard persistenceMissingMethodException: Method not found: 'UnityEngine.Behaviour.get_isActiveAndEnabled'.Unity3D(4.5 and 4.6) + Vuforia 5Get markers position in Vuforia3D AR Markers with Project TangoVuforia Video being played even if the image target is not focusedHow to recognize a multiple Vuforia AR targets in Unity without creating a separate object for each?How accurate is Vuforia Fusion compared with “pure” ARCore / ARKit?Using MRTK and Vuforia in Unity - What Camera to choose?

Pronoun introduced before its antecedent

How do photons get into the eyes?

Company did not petition for visa in a timely manner. Is asking me to work from overseas, but wants me to take a paycut

Building a road to escape Earth's gravity by making a pyramid on Antartica

How to make a setting relevant?

Why don't B747s start takeoffs with full throttle?

Accidentally renamed tar.gz file to a non tar.gz file, will my file be messed up

What do we gain with higher order logics?

Word for a small burst of laughter that can't be held back

Does the growth of home value benefit from compound interest?

In this example, which path would a monster affected by the Dissonant Whispers spell take?

Who operates delivery flights for commercial airlines?

My coworkers think I had a long honeymoon. Actually I was diagnosed with cancer. How do I talk about it?

What makes linear regression with polynomial features curvy?

Do any instruments not produce overtones?

How to generate random points without duplication?

Calling GPL'ed socket server inside Docker?

What's the correct term for a waitress in the Middle Ages?

How would you say “AKA/as in”?

How hard would it be to convert a glider into an powered electric aircraft?

Why doesn't my simple mesh wall "difference boolean cut" the door away?

Secure offsite backup, even in the case of hacker root access

What happens to foam insulation board after you pour concrete slab?

Why don’t airliners have temporary liveries?



Why sometimes ImageTarget isn't recognize?


Vuforia iOS SDK : Combine ImageTargets & VideoPlayback exampleVuforia: UserDefinedTargets is better than ImageTargets database?Unity Google Cardboard persistenceMissingMethodException: Method not found: 'UnityEngine.Behaviour.get_isActiveAndEnabled'.Unity3D(4.5 and 4.6) + Vuforia 5Get markers position in Vuforia3D AR Markers with Project TangoVuforia Video being played even if the image target is not focusedHow to recognize a multiple Vuforia AR targets in Unity without creating a separate object for each?How accurate is Vuforia Fusion compared with “pure” ARCore / ARKit?Using MRTK and Vuforia in Unity - What Camera to choose?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















I'm using Vuforia with Unity and I try to track an ImageTarget( that with stones from Vuforia site). The problem is that sometimes (in 20-30% of cases) it takes like 10-20 seconds to recognize the ImageTarget even if I put it very clearly in front of the camera. Other problem is when the ImageTarget disappears from the scene and reappears sometimes works perfectly sometimes not. Any suggestion why this is happening? (I'm new in Vuforia)










share|improve this question




























    1















    I'm using Vuforia with Unity and I try to track an ImageTarget( that with stones from Vuforia site). The problem is that sometimes (in 20-30% of cases) it takes like 10-20 seconds to recognize the ImageTarget even if I put it very clearly in front of the camera. Other problem is when the ImageTarget disappears from the scene and reappears sometimes works perfectly sometimes not. Any suggestion why this is happening? (I'm new in Vuforia)










    share|improve this question
























      1












      1








      1








      I'm using Vuforia with Unity and I try to track an ImageTarget( that with stones from Vuforia site). The problem is that sometimes (in 20-30% of cases) it takes like 10-20 seconds to recognize the ImageTarget even if I put it very clearly in front of the camera. Other problem is when the ImageTarget disappears from the scene and reappears sometimes works perfectly sometimes not. Any suggestion why this is happening? (I'm new in Vuforia)










      share|improve this question














      I'm using Vuforia with Unity and I try to track an ImageTarget( that with stones from Vuforia site). The problem is that sometimes (in 20-30% of cases) it takes like 10-20 seconds to recognize the ImageTarget even if I put it very clearly in front of the camera. Other problem is when the ImageTarget disappears from the scene and reappears sometimes works perfectly sometimes not. Any suggestion why this is happening? (I'm new in Vuforia)







      unity3d augmented-reality vuforia






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 24 at 14:14









      ionutholo ionutholo

      212




      212






















          1 Answer
          1






          active

          oldest

          votes


















          1














          If its default project without your scripts - then may be quality of your camera is not enough to track correctly image targets all the time. Also vuforia sometimes has bug with loading resources with image targets but if you do not reload app and image been tracked it is only quality of your camera.






          share|improve this answer























          • Thank you for the answer, I have another question, I add this code in the DefaultTrackableEventHandler script from an ImageTarget: protected virtual void Update() calculateLength(); protected virtual void calculateLength() Vector3 delta = Camera.main.transform.position - mTrackableBehaviour.transform.position; float d = delta.magnitude/28 ; Debug.Log("The distance is : " + d +"cm"); . Can this affect the ImageTarget detection?

            – ionutholo
            Mar 26 at 16:07












          • Nope, this can't do anything to detection. But still better to use fixed update

            – Nikolay Gonza
            Mar 27 at 12:36











          • Can you mark question answered, if you have no other questions? :)

            – Nikolay Gonza
            Apr 1 at 13:20











          • I'm waiting for other suggestions because I tried on different devices with good camera quality (Huawei P10 and Huawei P20 lite) and get the same behavior.

            – ionutholo
            Apr 3 at 14:21











          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55324698%2fwhy-sometimes-imagetarget-isnt-recognize%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          If its default project without your scripts - then may be quality of your camera is not enough to track correctly image targets all the time. Also vuforia sometimes has bug with loading resources with image targets but if you do not reload app and image been tracked it is only quality of your camera.






          share|improve this answer























          • Thank you for the answer, I have another question, I add this code in the DefaultTrackableEventHandler script from an ImageTarget: protected virtual void Update() calculateLength(); protected virtual void calculateLength() Vector3 delta = Camera.main.transform.position - mTrackableBehaviour.transform.position; float d = delta.magnitude/28 ; Debug.Log("The distance is : " + d +"cm"); . Can this affect the ImageTarget detection?

            – ionutholo
            Mar 26 at 16:07












          • Nope, this can't do anything to detection. But still better to use fixed update

            – Nikolay Gonza
            Mar 27 at 12:36











          • Can you mark question answered, if you have no other questions? :)

            – Nikolay Gonza
            Apr 1 at 13:20











          • I'm waiting for other suggestions because I tried on different devices with good camera quality (Huawei P10 and Huawei P20 lite) and get the same behavior.

            – ionutholo
            Apr 3 at 14:21















          1














          If its default project without your scripts - then may be quality of your camera is not enough to track correctly image targets all the time. Also vuforia sometimes has bug with loading resources with image targets but if you do not reload app and image been tracked it is only quality of your camera.






          share|improve this answer























          • Thank you for the answer, I have another question, I add this code in the DefaultTrackableEventHandler script from an ImageTarget: protected virtual void Update() calculateLength(); protected virtual void calculateLength() Vector3 delta = Camera.main.transform.position - mTrackableBehaviour.transform.position; float d = delta.magnitude/28 ; Debug.Log("The distance is : " + d +"cm"); . Can this affect the ImageTarget detection?

            – ionutholo
            Mar 26 at 16:07












          • Nope, this can't do anything to detection. But still better to use fixed update

            – Nikolay Gonza
            Mar 27 at 12:36











          • Can you mark question answered, if you have no other questions? :)

            – Nikolay Gonza
            Apr 1 at 13:20











          • I'm waiting for other suggestions because I tried on different devices with good camera quality (Huawei P10 and Huawei P20 lite) and get the same behavior.

            – ionutholo
            Apr 3 at 14:21













          1












          1








          1







          If its default project without your scripts - then may be quality of your camera is not enough to track correctly image targets all the time. Also vuforia sometimes has bug with loading resources with image targets but if you do not reload app and image been tracked it is only quality of your camera.






          share|improve this answer













          If its default project without your scripts - then may be quality of your camera is not enough to track correctly image targets all the time. Also vuforia sometimes has bug with loading resources with image targets but if you do not reload app and image been tracked it is only quality of your camera.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 25 at 9:26









          Nikolay GonzaNikolay Gonza

          918




          918












          • Thank you for the answer, I have another question, I add this code in the DefaultTrackableEventHandler script from an ImageTarget: protected virtual void Update() calculateLength(); protected virtual void calculateLength() Vector3 delta = Camera.main.transform.position - mTrackableBehaviour.transform.position; float d = delta.magnitude/28 ; Debug.Log("The distance is : " + d +"cm"); . Can this affect the ImageTarget detection?

            – ionutholo
            Mar 26 at 16:07












          • Nope, this can't do anything to detection. But still better to use fixed update

            – Nikolay Gonza
            Mar 27 at 12:36











          • Can you mark question answered, if you have no other questions? :)

            – Nikolay Gonza
            Apr 1 at 13:20











          • I'm waiting for other suggestions because I tried on different devices with good camera quality (Huawei P10 and Huawei P20 lite) and get the same behavior.

            – ionutholo
            Apr 3 at 14:21

















          • Thank you for the answer, I have another question, I add this code in the DefaultTrackableEventHandler script from an ImageTarget: protected virtual void Update() calculateLength(); protected virtual void calculateLength() Vector3 delta = Camera.main.transform.position - mTrackableBehaviour.transform.position; float d = delta.magnitude/28 ; Debug.Log("The distance is : " + d +"cm"); . Can this affect the ImageTarget detection?

            – ionutholo
            Mar 26 at 16:07












          • Nope, this can't do anything to detection. But still better to use fixed update

            – Nikolay Gonza
            Mar 27 at 12:36











          • Can you mark question answered, if you have no other questions? :)

            – Nikolay Gonza
            Apr 1 at 13:20











          • I'm waiting for other suggestions because I tried on different devices with good camera quality (Huawei P10 and Huawei P20 lite) and get the same behavior.

            – ionutholo
            Apr 3 at 14:21
















          Thank you for the answer, I have another question, I add this code in the DefaultTrackableEventHandler script from an ImageTarget: protected virtual void Update() calculateLength(); protected virtual void calculateLength() Vector3 delta = Camera.main.transform.position - mTrackableBehaviour.transform.position; float d = delta.magnitude/28 ; Debug.Log("The distance is : " + d +"cm"); . Can this affect the ImageTarget detection?

          – ionutholo
          Mar 26 at 16:07






          Thank you for the answer, I have another question, I add this code in the DefaultTrackableEventHandler script from an ImageTarget: protected virtual void Update() calculateLength(); protected virtual void calculateLength() Vector3 delta = Camera.main.transform.position - mTrackableBehaviour.transform.position; float d = delta.magnitude/28 ; Debug.Log("The distance is : " + d +"cm"); . Can this affect the ImageTarget detection?

          – ionutholo
          Mar 26 at 16:07














          Nope, this can't do anything to detection. But still better to use fixed update

          – Nikolay Gonza
          Mar 27 at 12:36





          Nope, this can't do anything to detection. But still better to use fixed update

          – Nikolay Gonza
          Mar 27 at 12:36













          Can you mark question answered, if you have no other questions? :)

          – Nikolay Gonza
          Apr 1 at 13:20





          Can you mark question answered, if you have no other questions? :)

          – Nikolay Gonza
          Apr 1 at 13:20













          I'm waiting for other suggestions because I tried on different devices with good camera quality (Huawei P10 and Huawei P20 lite) and get the same behavior.

          – ionutholo
          Apr 3 at 14:21





          I'm waiting for other suggestions because I tried on different devices with good camera quality (Huawei P10 and Huawei P20 lite) and get the same behavior.

          – ionutholo
          Apr 3 at 14:21



















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55324698%2fwhy-sometimes-imagetarget-isnt-recognize%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript