Which Camera Type To Use For Car Race Game

Hello Guys,
I’m building a basic\classic car race game and I wonder which camera type to use for such game? Here is a sample JME3 game I found in YouTube which uses the type of camera I like to have in my game:

I guess it’s some kind of chase camera but I wonder what it’s setup should be?
My question is: it it possible to just setup the chase camera to behave like the one in the video or I need to add some run time logic to make it follow the car?

Thanks
Adi

I think: setTrailingEnabled(true); pretty much did the desired job.
Thanks!