mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-10-31 22:58:51 +00:00
b423febfbe
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 two fields: * a string field named `dominant-color` * a list field containing the whole color palette, stored as uint values, sorted by dominance, with more dominant colors first |
||
---|---|---|
.. | ||
colordetect.rs |