Better pipeline support

This commit is contained in:
Gerben Jan Dijkman 2024-05-27 22:26:50 +02:00
parent 5816b67e72
commit 0e2ed99ce6

View File

@ -69,8 +69,8 @@ src_configure() {
$(meson_feature gstreamer) $(meson_feature gstreamer)
$(meson_feature qt5 qcam) $(meson_feature qt5 qcam)
$(meson_feature trace tracing) $(meson_feature trace tracing)
$(meson_use v4l2) -Dv4l2=false
) )
meson_src_configure "-Dpipelines=auto" meson_src_configure "-Dpipelines=rkisp1"
} }