summaryrefslogtreecommitdiffhomepage
path: root/cv/video-property-page.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-01-04 08:23:27 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-01-04 08:23:27 +0100
commit4b517fccf19a8de4e517532dca2df11cca36f3eb (patch)
tree657189b7f8928d09c11c6a4ed76ef2985b684859 /cv/video-property-page.hpp
parent3a987e9ae9aa72f361bb7a549102cb66c5abd268 (diff)
cv: fixed ps3 eye dialog
Diffstat (limited to 'cv/video-property-page.hpp')
-rw-r--r--cv/video-property-page.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cv/video-property-page.hpp b/cv/video-property-page.hpp
index 2acffd85..a9eed7bf 100644
--- a/cv/video-property-page.hpp
+++ b/cv/video-property-page.hpp
@@ -15,10 +15,9 @@ struct video_property_page final
video_property_page() = delete;
static bool show(int id);
static bool show_from_capture(cv::VideoCapture& cap, int index);
- static bool should_show_dialog(const QString& camera_name);
private:
#ifdef _WIN32
- static int ShowFilterPropertyPages(IBaseFilter* filter);
static IBaseFilter* get_device(int id);
+ static cv::VideoCapture last_capture;
#endif
};