Hi,
I have successfully gotten ground plane detection working for an Android device with the help of this : https://library.vuforia.com/content/vuforia-library/en/articles/Solution/arcore-with-vuforia.html
But, it's logging this error every frame : 'hit_test.cc:376 generic::internal: No point hit'. Is this an internal Vuforia Fusion bug or am I doing something wrong here?
Please find the log in the attachment
Thanks
Attachment | Size |
---|---|
![]() | 32.46 KB |
Hello,
We believe this message is from ARCore, and is a result of Vuforia Fusion integrating with it.
If you grep for “native” or "ARCore" in the logs then you will likely see many messages from ARCore whenever you use it. Many of which are worrying, but turn out to be over-zealous logging on the part of ARCore. What you're seeing may also depend on the log level set by the application.
Thanks,
Vuforia Engine Support