diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-08-29 03:15:32 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-08-29 03:54:17 +0200 |
commit | e2405afeae0adfa32bde63a182e5f605ac8e8f16 (patch) | |
tree | aa5f8ddcfd289cca521915a0487538e3cdf3f3b6 /video | |
parent | 48d1d1a06eb6acad0b0f436dcc73a19b408edb32 (diff) |
tracker/pt, video/opencv: allow mjpeg media type
Diffstat (limited to 'video')
-rw-r--r-- | video/camera.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |