diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-01 18:21:29 +0000 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-01 18:21:29 +0000 |
commit | f10845076e6430aef6c0b58b26050552dafe20ad (patch) | |
tree | 6b1b6b8759413b11b57bf1074cfde17f8fae5cba /video-opencv/impl.hpp | |
parent | 34cd32f3f10d4c0b56077cc07bfe36bb959de810 (diff) |
video/opencv: workaround win11 trackhat camera bug
Diffstat (limited to 'video-opencv/impl.hpp')
-rw-r--r-- | video-opencv/impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video-opencv/impl.hpp b/video-opencv/impl.hpp index c142e2a5..8e61989e 100644 --- a/video-opencv/impl.hpp +++ b/video-opencv/impl.hpp @@ -44,7 +44,7 @@ static constexpr int video_capture_backend = bool is_open() override; std::tuple<const frame&, bool> get_frame() override; bool show_dialog() override; - void set_exposure(); + void set_exposure(bool write); bool get_frame_(); |