Video stabilizers
This section contains a description of video stabilizers that can be used by other SDK libraries or separately to video stabilization tasks. This category consists of the following libraries:
Library | Description |
---|---|
VStabiliser (Linux and Windows) | Provides standard interface as well as defines data structures and rules for different video stabilization algorithms. VStabiliser interface class doesn’t do anything, just provides interface, defines data structures and provides methods to encode / decode commands and encode / decode params. No external dependencies. |
VStabiliserOpenCv (Linux and Windows) | Video stabilizer implementation. Provides 2D and 3D digital video stabilization (horizontal offset, vertical offset and rotation). The library is used in camera systems for video vibration compensation. External dependencies: OpenCV (version >= 4.5, Apache 2.0 license). |