Hello!
I have custom tracking solution which is sending position reports once per 10ms, but sometimes due to network inconsistency reports might be missed. Due to that virtual reality sometimes shutters comparing to foreground. And then gets back when new positional report comes.
I know that UE has interpolation of reports to have no shuttering if report were missed. Do you have something similar in Aximmetry?
Thanks in advance!
Hi,
Aximmetry does not perform interpolation internally, as it assumes that data is sent correctly. We always recommend using a dedicated network for tracking to ensure it is used exclusively for tracking data without transmitting any other information.
If you experience missed reports even with a dedicated network, it is advisable to change your data-sending code. For instance, consider increasing the priority and ensuring that data is sent at appropriate intervals.
Note that while interpolation can be implemented in Aximmetry by adding additional modules in the Flow Editor of the Composer, this should not be necessary for a properly functioning tracking system. Additionally, this interpolation would only work in the Composer and would not apply to other tools, such as the Camera Calibrator.
Warmest regards,