GStreamer Support
Appearance
Table of Contents
[Sticky]
To ease the usage of our library, we have developed a GStreamer element to integrate the RidgeRun Video Stabilizer into GStreamer pipelines. It offers most of the functionality of the library, including all the sensors supported, hardware acceleration, and different implementations.
You can find more details about our GStreamer plug-in in:
- Add Support for Video Timestamps (EIS): patches required for the video sources. It is crucial for the stabilization functionality, allowing the transmission of the driver's timestamps over buffer metadata.
- Add Support for IMU Sensors (EIS): helps to add support to custom IMUs.
- IMU-assisted Video Stabilizer Element: describes the overall GStreamer element for EIS in terms of the supported formats, features, and properties.
- Optical-Flow-based Video Stabilizer Element: describes the overall GStreamer element for DIS in terms of the supported formats, features, and properties.
- Video Stabilization Analysis Element: describes the overall GStreamer element to quantify and analyze how well the video stabilization is performing, based on T-SSIM and pixel jitter
- Example Pipelines: shows example pipelines where the video stabilizer element is being used.