From 386795a320f8c007186c41b0d10a4f4281a9c28c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 23 Jan 2023 13:52:08 +0100 Subject: video/opencv, tracker/nn: add exposure presets --- video-opencv/impl.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'video-opencv/impl.hpp') diff --git a/video-opencv/impl.hpp b/video-opencv/impl.hpp index ed5499b0..88ae069d 100644 --- a/video-opencv/impl.hpp +++ b/video-opencv/impl.hpp @@ -8,6 +8,7 @@ #pragma once #include "video/camera.hpp" +#include "settings.hpp" #include #include @@ -46,6 +47,8 @@ static constexpr int video_capture_backend = bool get_frame_(); + dshow_camera_settings s; + std::optional cap; cv::Mat mat; frame frame_; -- cgit v1.2.3