Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Removing tracking points from a slider shot

  • Removing tracking points from a slider shot

    Posted by Xavier Corral on December 12, 2013 at 2:49 pm

    I am attempting to remove tracking points from an iPad shot. My coworkers though by having the iPad display a black screen with tracking marks it would make my job easier. However, since I track with mocha they were completely useless. In order to make the shot look more realistic I would usually use the actual black screen from the footage (matted out) set to screen mode to get the reflections from actual footage on top of replacement screen. Unfortunately, because there are bright white tracking marks on top of the footage that won’t work super well. For simpler shots I simply created a solid, sampled color from the screen, then tracked it on top the mark. Not perfect, but after setting the footage to screen it worked great. However, in one particular shot, the subject shows a package to the person on the iPad screen. This bright green package has patterns that make using a solid very difficult.

    My solution to this problem is to attempt a clone stamp. So I parented the clone’s position to the tracked point. However, I need to also stick the clone source’s position to the screen since this is a slider shot and everything moves. Of course I can easily parent the source position to the tracker, I need to offset it to the right a few pixels so that it isn’t just sampling the tracking mark on top of the original. I have pretty limited expression knowledge so this is what I attempted.

    temp = motionTracker("Tracker 7")("Track Point 1").attachPoint;
    [temp(0)+15,temp(1)];

    So all I did was use a pick whip after temp = to the tracker. Then I attempted to put the x and y positions into the position value of the source. This was just a shot in the dark because I don’t actually know what Im doing. But I do get the following error: “Function Property is undefined Expression disabled. Anyone have any ideas?

    If there is a better way I should be doing this let me know.

    Xavier Corral replied 12 years, 7 months ago 3 Members · 5 Replies
  • 5 Replies
  • Xavier Corral

    December 12, 2013 at 3:52 pm

    Some contents or functionalities here are not available due to your cookie preferences!

    This happens because the functionality/content marked as “Vimeo framework” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.

    HELP! – Slider Shot Compositing from Xavier Corral on Vimeo.

  • Darby Edelen

    December 12, 2013 at 6:22 pm

    [xavier corral] “temp = motionTracker(“Tracker 7”)(“Track Point 1″).attachPoint; [temp(0)+15,temp(1)];”

    Try this instead:

    temp = motionTracker("Tracker 7")("Track Point 1").attachPoint;
    temp + [15,0];

    Darby Edelen

  • Xavier Corral

    December 12, 2013 at 7:30 pm

    beautiful! Thats what I wanted, now hopefully this technique actually works. Thank you!

  • Roland R. kahlenberg

    December 12, 2013 at 11:48 pm

    You could have saved yourself a lot of time and trouble by NOT using any markers. mocha will do an excellent job by tracking just the area around the reflective screen.

    HTH
    RoRK

    Intensive mocha & AE Training in Singapore and Other Dangerous Locations

    Imagineer Systems (mocha) Certified Instructor
    & Adobe After Effects CS6 ACE/ACI

  • Xavier Corral

    December 13, 2013 at 1:46 pm

    I know. like I said, coworkers did it.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy