base class — bpy_struct
Match-moving track data for tracking
Average error of re-projection
Type : | float in [-inf, inf], default 0.0, (readonly) |
---|
Position of bundle reconstructed from this track
Type : | float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0), (readonly) |
---|
Color of the track in the Movie Clip Editor and the 3D viewport after a solve
Type : | float array of 3 items in [0, 1], default (0.0, 0.0, 0.0) |
---|
Minimal value of correlation between matched pattern and reference which is still treated as successful tracking
Type : | float in [-1, 1], default 0.0 |
---|
Every tracking cycle, this number of frames are tracked
Type : | int in [0, 32767], default 0 |
---|
True if track has a valid bundle
Type : | boolean, default False, (readonly) |
---|
Track is hidden
Type : | boolean, default False |
---|
Track is locked and all changes to it are disabled
Type : | boolean, default False |
---|
Distance from image boudary at which marker stops tracking
Type : | int in [0, 300], default 0 |
---|
Collection of markers in track
Type : | MovieTrackingMarkers bpy_prop_collection of MovieTrackingMarker, (readonly) |
---|
Unique name of track
Type : | string, default “”, (never None) |
---|
Track pattern from given frame when tracking marker to next frame
Type : | enum in [‘KEYFRAME’, ‘PREV_FRAME’], default ‘KEYFRAME’ |
---|
Right-bottom corner of pattern area in normalized coordinates relative to marker position
Type : | float array of 2 items in [-inf, inf], default (0.0, 0.0) |
---|
Left-bottom corner of pattern area in normalized coordinates relative to marker position
Type : | float array of 2 items in [-inf, inf], default (0.0, 0.0) |
---|
Number of pyramid levels (increase on blurry footage)
Type : | int in [1, 16], default 0 |
---|
Right-bottom corner of search area in normalized coordinates relative to marker position
Type : | float array of 2 items in [-inf, inf], default (0.0, 0.0) |
---|
Left-bottom corner of search area in normalized coordinates relative to marker position
Type : | float array of 2 items in [-inf, inf], default (0.0, 0.0) |
---|
Track is selected
Type : | boolean, default False |
---|
Track’s anchor point is selected
Type : | boolean, default False |
---|
Track’s pattern area is selected
Type : | boolean, default False |
---|
Track’s search area is selected
Type : | boolean, default False |
---|
Tracking algorithm to use
Type : | enum in [‘KLT’, ‘SAD’, ‘Hybrid’], default ‘KLT’ |
---|
Use blue channel from footage for tracking
Type : | boolean, default False |
---|
Use custom color instead of theme-defined
Type : | boolean, default False |
---|
Display what the tracking algorithm sees in the preview
Type : | boolean, default False |
---|
Use green channel from footage for tracking
Type : | boolean, default False |
---|
Use red channel from footage for tracking
Type : | boolean, default False |
---|
Inherited Properties
Inherited Functions
|
References