PointTrackerOperator.PointTrackerOperator Class Reference

Point Tracker operator properties for Script Engine. Read the documentation for more info.

Properties

int Red [get, set]
 Red channel. [min=0, max=255].
 
int Green [get, set]
 Red channel. [min=0, max=255].
 
int Blue [get, set]
 Red channel. [min=0, max=255].
 
int Alpha [get, set]
 Alpha channel. [min=0, max=255].
 
int ScanAreaCenterX [get, set]
 Scan area center X.
 
int ScanAreaCenterY [get, set]
 Scan area center Y.
 
BeaconScanAreaSize ScanAreaSize [get, set]
 Scan area size.
 
int Tolerance [get, set]
 Search Tolerance. [min=0, max=300, default=300].
 
int MinimumPixelCount [get, set]
 Min # matching pixels. [min=1, max=10000, default=24].
 
TrackerOutput TrackerOutput [get, set]
 Tracker output.
 
int MatchingPixels [get]
 Number of matching pixels.
 
bool Found [get]
 Point found.
 
float PointCenterX [get]
 Center X.
 
float PointCenterY [get]
 Center Y.
 
Command StorePositionCommand [get]
 Store position.
 
float StoredBeaconPosX [get, set]
 Stored position X.
 
float StoredBeaconPosY [get, set]
 Stored position Y.
 
string StoragePropertyName [get, set]
 Storage name.
 
DateTime StoredDateTime [get, set]
 Date/time.
 
float PositionChangeX [get]
 Position change X.
 
float PositionChangeY [get]
 Position change Y.
 
float PositionChangeXAvg [get]
 Position change X (Avg)
 
float PositionChangeYAvg [get]
 Position change Y (Avg)
 
MoveLayerAutomation MoveLayerAutomation [get, set]
 Move layer automatically.
 
MoveLayerFallback MoveLayerFallback [get, set]
 On failed point detection.
 
bool ShowLuminanceSensorArea [get, set]
 Show sensor area.
 
int LumaAreaLeft [get, set]
 Start position (X) of luminance sensor area. [min=0, max=360, default=0].
 
int LumaAreaTop [get, set]
 Start position (Y) of luminance sensor area. [min=0, max=360, default=0].
 
int LumaAreaWidth [get, set]
 Width of sensor area. [min=0, max=640, default=0].
 
int LumaAreaHeight [get, set]
 Height of sensor area. [min=0, max=640, default=0].
 
Command StoreLuminanceCommand [get]
 Store luminance.
 
string StoredLuminanceString [get, set]
 Stored luminance (%)
 
string LuminanceChangeString [get]
 Luminance change (%)
 
bool LuminanceAutoCorrect [get, set]
 Luminance autocorrect.
 
bool ErrorOnMarkerLost [get, set]
 Error on point lost.
 
bool ErrOnPositionChanged [get, set]
 Error on position changed.
 
bool ErrOnLuminanceChanged [get, set]
 Error on luminance changed.
 
int PositionErrorThresHoldPixels [get, set]
 Position error threshold (pixels). [min=2, max=20, default=8].
 
int LuminanceErrorThresHoldPercentage [get, set]
 Luminance error threshold (%). [min=2, max=20, default=6].