summaryrefslogtreecommitdiffhomepage
path: root/video-opencv
diff options
context:
space:
mode:
Diffstat (limited to 'video-opencv')
-rw-r--r--video-opencv/video-property-page.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/video-opencv/video-property-page.cpp b/video-opencv/video-property-page.cpp
index 375518db..a43a5ba0 100644
--- a/video-opencv/video-property-page.cpp
+++ b/video-opencv/video-property-page.cpp
@@ -13,6 +13,7 @@
#include "compat/sleep.hpp"
#include "compat/run-in-thread.hpp"
#include "compat/library-path.hpp"
+#include "compat/thread-name.hpp"
#include <cstring>
@@ -121,6 +122,8 @@ prop_settings_worker::~prop_settings_worker()
void prop_settings_worker::run()
{
+ portable::set_curthread_name("dshow video property page");
+
if (idx != -1)
{
while (cap.get(cv::CAP_PROP_SETTINGS) > 0)