Why my Camera jitters when i am moving uphill(TOP-DOWN)?

Probably need to set the camera and spring arm update to be post physics. The character’s update order is probably → spring arm, camera, physics capsule so they are out of sync.
You would need the order
1 collision capsule (most likely update during physics)
2 spring arm (updated post physics)
3 camera (updated post physics)