Make a sequencer sequence, add an actor doing some animation. Add a dolly and then a crane attached to it. Add a cinematic camera to the crane.
Now set the crane’s camera to track the actor as it moves around. Notice that there’s jittering going on?
I think something is off on the sequence of transforms within heirarchies in the sequencer code. It looks like the camera sort of fights with something else when trying to resolve the look at rotation, either that or the ordering of movements is off (if a camera tracks something, then that thing needs to resolve its transforms before the tracked camera or things will be off with the look at).
We have not heard back from you in a few days, so we are marking this post as Resolved for tracking purposes. If you are still experiencing the issue you reported, please respond to this message with additional information and we will follow up.
I had the same problem before. I changed the Time snapping interval to 0.1s when I edit the Camera Transform, then I changed it to 30fps, it work well.
Same problem here with jittering camera after choosing “Enable Lock at Tracking”.I created a simple scene with cinecamera attached to camerarig_crane which is look at cone.
Thank you for the example project. Essentially the reason I wasn’t seeing it with my project was because I wasn’t moving the camera fast enough. Some choppy playback is expected when moving a camera quickly at 30fps, but not like this. I’ve entered UE-33632.
TLDR - if camera is Spawned, make possessable - further info in link below.
Hey all, I posted in a different forum page on the same issue - my steps fixed it for me… I assume it must be something to do with the order of generation (and object type), which then puts the updates of objects into different hierarchies (I can be talking out my butt lol)