Hello,
Is there an expression to limit the scale of tracking data. In other words, I would like to take tracking data and reduce the size, so if I track my hand and it moves 10 inches up or down, I can apply it to another and move it only 3 or 4 inches.
you can scale any data, also tracking data by something like
var x = value[0];
var y = value[1];
[x*0.5,y*0.5]
(use whatever scale you want to use instead of 0.5)
however, this always scales the data around the point [0,0] which is not always what you need.
If you use the Simple Link 2D iExpression, scaling can be done with much more options and without any coding at all.
See this tutorial for details.
North America
Europe, Middle East and Africa
Asia Pacific