exokit icon indicating copy to clipboard operation
exokit copied to clipboard

Magic Leap image tracking example causes log spam when tracked image is in view

Open brianpeiris opened this issue 6 years ago • 1 comments

Describe the bug exokit spams the log with the following two lines continuously when you load the imagetracking_ml example and you bring the tracker.png image into view. The example seems to work though, at least somewhat -- it does loose track of the image at times.

2 I exokit  : frameworks/perception/src/perception_context.cpp(670) UpdateSnapshot():
2 I exokit  : ERR: reason=unableToCompose

To Reproduce

  1. Load the imagetracking_ml.html example
  2. Bring the tracker image into view.
  3. Look at mldb logs.

System information:

  • OS: ML OS v0.95.2
  • Exokit v0.0.525 (from github releases)

brianpeiris avatar May 26 '19 07:05 brianpeiris

Thanks, will need to check the api updates that could have affected the ml update loop.

This api going forward is going to be folded under generic webxr extensions. (Much of that work is already done for ml apis in https://github.com/exokitxr/exokit/pull/1002).

avaer avatar May 26 '19 07:05 avaer