diff options
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_(); |