This information is for Vicon Shogun 1.7. For up-to-date help, see the latest Shogun documentation.

Vicon Shogun banner

Description

Automatically fills all gaps on either all markers, or only selected markers.

Note that after this command runs, if it didn't find a set of rigid markers based on the settings, not all gaps are filled. You can either fill any remaining gaps manually, or you can try loosening the settings, specifically try increasing maxDeviation from the default and re-running.

Functional area

Data editing

Command syntax

Syntax

autoFillGaps maxDeviation maxDistance percentTimeRigid [-ranges] [-primaryOnly]

Arguments

NameTypeComments
maxDeviation
Specifies in mm how rigid the set of markers used to fill must be as the max deviation in distance between all pairs in the set. For example, a value of 60 (the default) enables the markers to flex in rigidity by 6 cm.
maxDistance
Specifies how far away in mm the candidate can be from the selected marker. The default of 900 is just under 3 feet, because anything more is likely another subject or body part which isn't likely to move rigidly during the gap.
percentTimeRigid
Specifies the percentage of time over the adjacent fragment ranges that the selected marker must be rigid with the chosen set. The default of 0.75 means 75% of the time.

Flags

See above syntax.

Return value

void

Additional information

Related commands