cVectorSettings, cVectorProcessingSettings Parameters

Post Reply
bastian
Posts: 1
Joined: Tue Aug 14, 2012 4:48 am

cVectorSettings, cVectorProcessingSettings Parameters

Post by bastian »

Hi,

I am developping with the TrackIR 5 camera using the VectorClip.
In cVectorSettings and cVectorProcessingSettings there are some undocumented parameters like:

vectorSettings.Distance12
vectorSettings.Distance13
vectorSettings.Distance23

vectorProcessorSettings.PivotOffsetX
vectorProcessorSettings.PivotOffsetY
vectorProcessorSettings.PivotOffsetZ

vectorProcessorSettings.CenterX
vectorProcessorSettings.CenterY
vectorProcessorSettings.CenterZ

What do they mean? How are they used? That is the reference Point for eg. centerX.

Best regards
Bastian
NaturalPoint - Mike
Posts: 1896
Joined: Tue Feb 01, 2011 8:41 am
Location: Corvallis, OR

Re: cVectorSettings, cVectorProcessingSettings Parameters

Post by NaturalPoint - Mike »

distance12 is the distance between markers 1 and 2 in mm
distance13 is the distance between markers 1 and 3 in mm
distance23 is the distance between markers 2 and 3 in mm

Pivot offset allows you to offset the pivot point of the vector object by a certain amount to adjust for the trackable not being in the exact center of the object you're trying to track (ex: a trackclip is worn on the hat, but the pivot point is actually the base of your neck)

Center defines the centered point for the clip, and movement should be reported relative to that point. see Recenter();
Post Reply