exokit
exokit copied to clipboard
Magic Leap image tracking example causes log spam when tracked image is in view
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
- Load the imagetracking_ml.html example
- Bring the tracker image into view.
- Look at mldb logs.
System information:
- OS: ML OS v0.95.2
- Exokit v0.0.525 (from github releases)
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).