Public Member Functions | |
getPropertyDescriptionList (aScript) | |
beginSprite (me) | |
StartActor (me, param1) | |
exitframe () | |
StopActor () | |
UpdateTracker (me, ID, msgList) | |
GenerateCaptureScripts (me) | |
Public Attributes | |
gCurrentFrameTimeStamp | |
timestamp associated with each frame during post processing of captured data | |
gCaptureVideoFlag | |
Capture is currently on or off. | |
gPostProcess | |
flag to indicate whether this is in PostProcessing | |
gVideoCaptureOnScore | |
Tells the capture trackers to capture only with video. | |
Private Attributes | |
pFinalCastLib | |
location to place this captured data | |
pScriptName | |
name of script that will contain the data | |
pCaptureTime | |
number of seconds to capture the tracker for.. | |
pTrackerName | |
virtual tracker to capture | |
pAutoStart | |
Flag to see if the capture should start automatically. | |
timeVar | |
to keep track of time change | |
captureDataList | |
Data list used to store marker reports during capture mode. | |
pCaptureTrackIndep | |
Flag tells callback functions when to capture AND that this capture is not dependent on video. |
The results are placed into the cast specified and are timestamped. The captured data can be coordinated with other capture behaviors to create a playback data set.
Place this behavior onto a DataStoreContainer (make sure a tracker such as a LiveTracker is already providing data correctly)
Copyright 2004, Georgia Tech Research Corporation, Atlanta, Georgia 30332-0415 --All Rights Reserved-- (See LICENSE cast member for full license information)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Data list used to store marker reports during capture mode.
|
|
Capture is currently on or off.
|
|
timestamp associated with each frame during post processing of captured data
|
|
flag to indicate whether this is in PostProcessing
|
|
Tells the capture trackers to capture only with video.
|
|
Flag to see if the capture should start automatically.
|
|
number of seconds to capture the tracker for..
|
|
Flag tells callback functions when to capture AND that this capture is not dependent on video.
|
|
location to place this captured data
|
|
name of script that will contain the data
|
|
virtual tracker to capture
|
|
to keep track of time change
|