Very simple approach:
Code:
camera->pan = myCar->pan * 0.05 + camera->pan * 0.95;


For better results have a look in the manual under "accelerate".


Always learn from history, to be sure you make the same mistakes again...