Camera on path tracking object

I have a camera following a path tracking a moving object. The camera is set to track the object. The object is rotating.

How do I prevent the camera rotating on it’s local Z axis ? I’ve tried contraints, locks and everying I can think of but my view is rotating slowly from side to side as the camera moves. I’m sure it’s something simple but I just can’t find it.

Use a simple TrackTo constraint on the camera. Front: -Z, Up: Y. Your camera won’t rotate any more. Well, not sideways at least.

1 Like