GStreamer Color Transfer plugin releases
GStreamer Color Transfer |
---|
GStreamer Color Transfer Basics |
Evaluating GstColorTransfer |
Building GStreamer Color Transfer |
PC Pipelines |
Tegra Pipelines |
Troubleshooting |
Releases |
Contact Us |
This page summarizes all GStreamer Color Transfer releases.
v0.1.0
Support limited to x86 machines at slow frame rates using only CPU.
Introduced features:
- Support for Linux x86 machines
- Suport two input streams (reference and target)
- Color transfer algorithm based on Reinhard's algorith
- Image overlap support to define region of interest
v0.2.0
Better frame rate thanks to the asynchronous mapping apply and compute. Changed image overlap property yo make it more user friendly. Introduced caps protection.
Introduced features:
- Caps protection
- Asynchronous mapping calculation
- Overlap is normalized
- Overlap zero returns original image
- Colorspace conversion approximation
- Improved error reporting
Bugfixes:
- Fix compilation warnings
v0.3.0
First version with evaluation mode enabled. Introduced camera and Tegra support.
Introduced features:
- Evaluation mode
- Camera input support
- Tegra platform support
Bugfixes:
- Thread creation limit
v0.4.1
First version with CUDA support, this improved frame rate significantly.
Introduced features:
- CUDA Support
- Implement tests for caps combinations
Bugfixes:
- Fix thread closing errors
- Fix transition generating a segfault
- Fix error where the element wasn't processing at random
v0.5.0
This version can run on the TX1 with 1080p inputs @10fps.
Introduced features:
- Improved performance
- Automatic GPU architecture and max threads detection
Bugfixes:
- Fixed memory leaks
- Fixed asynchronous map and compute not working correctly
v0.6.1
Improved performance to reach 30fps with 1080p inputs on TX1. Also added support for Ubuntu 18.04 and Gstreamer-1.0 up to version 1.14.
Introduced features:
- Improve GPU implementation to reach 30 fps 1080p on TX1
- Ubuntu 18.04 support
Bugfixes:
- Fixed hanging tests
- Fixed construction on fresh Ubuntu