mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
gst1-plugins-bad: add Image Quality Assessment (IQA) plugin
This plugin replaces the recently removed videomeasure plugin. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
e278d85ec8
commit
6e3fa33f1e
@ -185,7 +185,11 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_TTA
|
|||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOMEASURE
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOMEASURE
|
||||||
bool "videomeasure removed"
|
bool "videomeasure removed"
|
||||||
|
select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_IQA
|
||||||
select BR2_LEGACY
|
select BR2_LEGACY
|
||||||
|
help
|
||||||
|
videomeasure plugin has been removed and has been replaced by
|
||||||
|
iqa, which has automatically been enabled.
|
||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_APEXSINK
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_APEXSINK
|
||||||
bool "apexsink removed"
|
bool "apexsink removed"
|
||||||
|
@ -407,6 +407,11 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOFRAME_AUDIOLEVEL
|
|||||||
help
|
help
|
||||||
videoframe_audiolevel
|
videoframe_audiolevel
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_IQA
|
||||||
|
bool "iqa"
|
||||||
|
help
|
||||||
|
Image Quality Assessment
|
||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOPARSERS
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOPARSERS
|
||||||
bool "videoparsers"
|
bool "videoparsers"
|
||||||
help
|
help
|
||||||
|
@ -476,6 +476,12 @@ else
|
|||||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-videoframe_audiolevel
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-videoframe_audiolevel
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_IQA),y)
|
||||||
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-iqa
|
||||||
|
else
|
||||||
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-iqa
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOPARSERS),y)
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VIDEOPARSERS),y)
|
||||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-videoparsers
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-videoparsers
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user