From 50e05c631e59f9650764b9992719f4022e36948f Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Fri, 2 Oct 2020 14:11:02 +0200 Subject: [PATCH] latest visualhaar --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index faffd06..4e743aa 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -17,8 +17,8 @@ "request": "launch", "program": "mirror.py", "args": [ - // "--fullscreen", - "--camera", "2", + "--fullscreen", + "--camera", "4", ], "console": "integratedTerminal" }