'object tracking on camera movement

Suppose I have some static object with its known 2D bounding box position for the first frame of video streaming.

My mission is to track this object throughout the video, while the object is static but the camera is moving (right, left, rotating, up, down).

Is there some algorithm that I can use for this mission? or Is it possible to adapt some classic object tracking algorithm to that mission?

Thanks.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source