[SOLVED] Camera is shaking and takes high value to rotate

Hello guys, my camera rotation values take very high value to rotate to the right place, also when i set so high value my camera is shaking, but low value is not enough to rotate
i tried to get rotation from sideAngle object but that didnt help

Fixed, it was due to dt*5, ichanged for 0.1 and its ok now

It works with and without using dt. It’s just that without using dt, the speed stays constant, and while using dt, it gets slower when nearing the target value.