Hi Capen
Did you set both encoder as well as rgb streams to the same framerate?
videoEnc.setFrameRate(30)
camRgb.setFps(30)
Another thing that could be happening is your host not being able to save frames fast enough so the pipeline drops them resulting in what looks like a faster video stream.
Also keep the limitations in mind.
Thoughts?
Jaka