From a31c8b933d6444f92ac36b08c6688b25a46ce79a Mon Sep 17 00:00:00 2001 From: Michael Welter Date: Sat, 4 Sep 2021 23:28:14 +0200 Subject: Fix video capture on linux and mac as well as init of QCheckBox in pose-widget --- video-opencv/impl-camera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video-opencv') diff --git a/video-opencv/impl-camera.cpp b/video-opencv/impl-camera.cpp index 7e357d7c..662eceb2 100644 --- a/video-opencv/impl-camera.cpp +++ b/video-opencv/impl-camera.cpp @@ -33,7 +33,7 @@ bool cam::is_open() bool cam::start(info& args) { stop(); - cap.emplace(idx, cv::CAP_DSHOW); + cap.emplace(idx, video_capture_backend); if (args.width > 0 && args.height > 0) { -- cgit v1.2.3