Hi StereoLabs,
I’ve been experimenting with the Positional Tracking features and have noticed that at low frame rates the Positional Tracking gets significantly worse. My software stack currently runs at 5 - 10 FPS which causes the positional tracking to jump around at times. With the GEN 3 Positional Tracking it doesn’t seem to need the depth so I’m wondering if the Positional tracking can be computed asynchronously each camera frame regardless if zed.grab() was called for that frame.
I know I could implement something similar in my project, but it would be much cleaner if the SDK could handle it automatically.
Thanks