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 /tracker-pt/pt-api.hpp | |
parent | 48d1d1a06eb6acad0b0f436dcc73a19b408edb32 (diff) |
tracker/pt, video/opencv: allow mjpeg media type
Diffstat (limited to 'tracker-pt/pt-api.hpp')
-rw-r--r-- | tracker-pt/pt-api.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-pt/pt-api.hpp b/tracker-pt/pt-api.hpp index 95152772..ded5ef57 100644 --- a/tracker-pt/pt-api.hpp +++ b/tracker-pt/pt-api.hpp @@ -32,6 +32,7 @@ struct pt_camera_info final int res_x = 0; int res_y = 0; QString name; + bool use_mjpeg = false; }; struct pt_pixel_pos_mixin |