Skip to content

videofx: Add colordetect video filter

Philippe Normand requested to merge philn/gst-plugins-rs:colordetect into main

This new video filter is able to detect the dominant color in a video frame. When the color has changed from the previous frame the filter posts an Element message on the bus, the associated structure is named colordetect and has only one string field name dominant-color.

Edited by Sebastian Dröge

Merge request reports