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
During a calibration process, if one of the devices lost its tracking (ie, vive tracker can't see lighthouse), the calibration process will automatically stop.
However, when starting a new calibration, it continues where it left off, using bad sample from the aborted run.
In addition, if the aborted run was running in, say VERY_SLOW 500 samples mode,
then the calibration that is rerun in FAST 100 samples mode,
the existing collected samples could already be more than 100, causing the process to never terminate, requiring app restart.
The text was updated successfully, but these errors were encountered:
During a calibration process, if one of the devices lost its tracking (ie, vive tracker can't see lighthouse), the calibration process will automatically stop.
However, when starting a new calibration, it continues where it left off, using bad sample from the aborted run.
In addition, if the aborted run was running in, say
VERY_SLOW
500 samples mode,then the calibration that is rerun in
FAST
100 samples mode,the existing collected samples could already be more than 100, causing the process to never terminate, requiring app restart.
The text was updated successfully, but these errors were encountered: