summaryrefslogtreecommitdiffhomepage
path: root/cv
diff options
context:
space:
mode:
Diffstat (limited to 'cv')
-rw-r--r--cv/video-widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cv/video-widget.cpp b/cv/video-widget.cpp
index f4c16776..7d504f3a 100644
--- a/cv/video-widget.cpp
+++ b/cv/video-widget.cpp
@@ -54,7 +54,7 @@ void cv_video_widget::update_image(const cv::Mat& frame)
const cv::Mat& img = *img_;
- texture = QImage((const unsigned char*) img.data, w, h, QImage::Format_ARGB32_Premultiplied);
+ texture = QImage((const unsigned char*) img.data, w, h, QImage::Format_ARGB32);
}
}