At present i'm copying the tracker data for each x and y coordinate, then opening my corner pin node and pasting the data into the relevant place. When i have several 4 point trackers and corner pins, this takes ages to do.
Is there a simpler/faster way to copy track data into a cornerpin?
thanks
Adam
The Stabilize and matchMove nodes allow 4 point tracking.
err...yes...thats what i'm doing the tracking with !!
what i'm asking is how to copy the tracking information from the stabilize node into a corner pin node....basically so the cornerpin locks to the points tracked.
just write basic expressions in the cornerpin transform values:
For example in CornerUL.x0 put: Stabilize1.track1XCornerUL.y0 put: Stabilize1.track1Y
and so on and so fourth. Read the expressions chapter in the manual, it's pretty useful.
thanks beaker...works a treat.
just not got that far in the manual yet, and needed the info in kind of a hurry!
i guess if you need to do this a lot, you could also save this as a macro.
++ christoph