Type Alias PoseMatcherOptions

PoseMatcherOptions: {
    distanceThreshold: number;
    maxAgeMs: number;
    verbosity: Verbosity;
}

Type declaration

  • distanceThreshold: number

    If pose is more than this distance away, assume it's a different body Default: 0.1

  • maxAgeMs: number

    If a pose hasn't been seen for this long, delete. Default: 2000

  • verbosity: Verbosity