Fixed camera that follows something

Hi everyone, i'm need to make a camera that follows a car but the camera has to stay fixed at some point, like it is above a building looking at the car wherever it goes without moving itself. I was trying to use ChaseCamera but i couldn

what's the problem with chase camera? it's perfect for chasing cars…

Place your camera above the building with Camera.setLocation(), then call Camera.lookAt() at your update method to lock on the car's spatial.

The camera above the building was an example, it will be floating in the air just like the camera in Rock and Roll Racing, will it work?