From e2405afeae0adfa32bde63a182e5f605ac8e8f16 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 29 Aug 2021 03:15:32 +0200 Subject: tracker/pt, video/opencv: allow mjpeg media type --- tracker-pt/pt-settings.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tracker-pt/pt-settings.hpp') diff --git a/tracker-pt/pt-settings.hpp b/tracker-pt/pt-settings.hpp index ed13a1ec..e2004ad7 100644 --- a/tracker-pt/pt-settings.hpp +++ b/tracker-pt/pt-settings.hpp @@ -64,6 +64,7 @@ struct pt_settings final : options::opts value init_phase_timeout { b, "init-phase-timeout", 250 }; value auto_threshold { b, "automatic-threshold", true }; value blob_color { b, "blob-color", pt_color_natural }; + value use_mjpeg { b, "use-mjpeg", false }; value threshold_slider { b, "threshold-slider", { 128, 0, 255 } }; -- cgit v1.2.3