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 a standard interface as well as defines data structures and rules for different video stabilization algorithms. The VStabiliser interface class does nothing; it just provides an interface, defines data structures, and provides methods to encode/decode commands and encode/decode params. No external dependencies. |
VStabiliserCv (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) and NVIDIA VPI (version >= 5.2, if supported by platform). |