From 59041a660ff726f915c91d9078cd4bc11f9d4c90 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <moritz@ucworks.org> Date: Thu, 4 Oct 2018 18:08:50 +0200 Subject: [PATCH] Use OpenCV 3.4.1 We encountered weird issues with OpenCV 3.4.3 like not working USB cameras. --- windows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/Dockerfile b/windows/Dockerfile index 8cabbf7..e2a8341 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -56,7 +56,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl RUN $vcpkg_dir = 'C:/vcpkg'; \ git clone --depth=1 https://github.com/BioroboticsLab/RF_vcpkg.git $vcpkg_dir; \ cd $vcpkg_dir; \ - git checkout 5e125b1f08d661f7890cf5e9b4b57e16a63384ac; \ + git checkout ab60283cc6edd25b95c6fb1bd0a05e046adb20ac; \ ./scripts/bootstrap.ps1; \ [Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine); -- GitLab