-
S3D motion tracking problem
I’ve got footage of a girl singing to camera, well two cameras, it being stereo 3D.
My problem is it was shot using a flimsy rig which has created shifts in the x and y axes.
What I want to do is track both cameras, and then create an average and apply that to both.
Imagine the nose in the L camera being at position 601, 310 and in the R camera 605, 320. I want them both to move to the average between the two: 603, 315. As the video progresses the subject will still move, but the L and R will be at an average of the two cameras former positions.
I’ve tried using TrackerAverage https://www.aenhancers.com/viewtopic.php?f=9&t=55&view=next but that was written for AE6 and doesn’t seem to work as it should in CS5. Or is it working and I’m just failing to implement it properly..?
rd_AverageTrackers https://www.redefinery.com/ae/view.php?item=rd_AverageTrackers produces a null object that’s an average of one keyframe from several trackers, which would get me there, but I need to to do the whole sequence, not just one frame.
It’s just arithmetic though, isn’t it? A simple expression should do it, but writing expressions is not my strong point.
Anyone able to help?