summaryrefslogtreecommitdiffhomepage
path: root/cv/video-property-page.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cv/video-property-page.cpp')
-rw-r--r--cv/video-property-page.cpp16
1 files changed, 1 insertions, 15 deletions
diff --git a/cv/video-property-page.cpp b/cv/video-property-page.cpp
index 80395c79..a711e6af 100644
--- a/cv/video-property-page.cpp
+++ b/cv/video-property-page.cpp
@@ -50,21 +50,7 @@ prop_settings_worker::prop_settings_worker(int idx)
{
int ret = cap.get(cv::CAP_PROP_SETTINGS);
- if (ret < 0)
- run_in_thread_async(qApp, []() {
- QMessageBox msg;
- msg.setTextFormat(Qt::RichText);
- msg.setWindowTitle("Camera properties");
-
- static const char* uri = "https://github.com/opentrack/opencv/tree/fork";
-
- msg.setText(QString("<p>Must use the opencv fork.</p>"
- "<p>See &lt;<a href='%1'>%1</a>&gt;</p>").arg(uri));
- msg.setStandardButtons(QMessageBox::Cancel);
- msg.setIcon(QMessageBox::Warning);
- msg.exec();
- });
- else if (ret > 0)
+ if (ret != 0)
run_in_thread_async(qApp, []() {
QMessageBox::warning(nullptr,
"Camera properties",