Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Camera flat facing 3D object in 3D motion tracked footage

  • Camera flat facing 3D object in 3D motion tracked footage

    Posted by Jose Carrillo cabrera on March 23, 2018 at 5:56 pm

    Hi there,

    First post ever in the forum, would appreciate a lot your help because I can’t seem to find a solution to something I want to achieve.

    I have a shot taken with a drone that is just rotating in the air. I have used the motion tracker to generate a camera and tracking points to attach some text/objects to. The issue is trying to make these objects face flat to the camera at all time. The Layer:Transform:Auto-Orient doesn’t seem to work, of course, the generated camera is not really moving, its just simulating the footage perspective!!

    2D tracking is not an option. I want the objects to exit the screen naturally, as they would do if they were really integrated in the shot.

    Can this be done??

    Any help would be awesome. Thanks!!!

    Jose Carrillo cabrera replied 8 years, 5 months ago 3 Members · 3 Replies
  • 3 Replies
  • Eric Santiago

    March 23, 2018 at 7:39 pm

    use the 3D tracker option.

    If the points don’t come close, you can just set up close by but preview first.

  • Cassius Marques

    March 23, 2018 at 7:47 pm

    Paste
    C = thisComp.activeCamera;

    V = C.toWorldVec([0,0,1]);
    P = toWorld(anchorPoint);
    lookAt(P, P + V);

    At the layers orientation to make them flat to the camera.

    You could also map a 3d position to a 2d one. Pasting this to a position of a 2d layer:
    a=thisComp.layer("reference null");
    a.toComp(a.anchorPoint)

    Cassius Marques
    http://www.zapfilmes.com

  • Jose Carrillo cabrera

    March 28, 2018 at 10:37 pm

    The 3D position to 2D expression worked like a charm. Couldn’t make the orientation one to work, I am not good enough at expressions. Thanks Cassius!!!

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