Yeah, cameras don’t use “physics” velocity (running through PhysX or Chaos). They just use the basic movement velocity, which should be obtained through this. Alternatively, you could cache the location each frame and compare to the previously cached variable to calculate the amount the camera has moved.