You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since ARCore cant retain more then 1 arframe, and my processing time takes using hitTests takes more time the camera refreshing time, I wanted to create a mechanism which only call session.update() when needed but to avoid freezing the UI I would like also to keep rendering frames to the view.
I though of an idea of combining Camera2 and arsession streams by using sharedcamera feature, is it possible to do something like that in Sceneview? Thank!