Compare the timings for different keypoint methods. Note that "Oriented FAST and rotated BRIEF" (ORB) features are computationally less expensive than the others:
Confine the search for keypoints to image regions that are known to be stable. In this particular case, use the bubble support in the lower half of the image by masking:
to step through the list of all frames and compute corresponding keypoints between each frame and the previous frame. Compute the keypoints for all frames confined to the the region of interest: