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 --- video/camera.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'video') diff --git a/video/camera.hpp b/video/camera.hpp index 189f95e1..c3297876 100644 --- a/video/camera.hpp +++ b/video/camera.hpp @@ -53,6 +53,7 @@ struct OTR_VIDEO_EXPORT camera double fx = 0, fy = 0; // focal length double P_x = 0, P_y = 0; // principal point double dist_c[8] {}; // distortion coefficients + bool use_mjpeg = false; }; camera(); -- cgit v1.2.3