From 2ec5e2fe244ee0a1a87e3bb0601c4d5804f8b87a Mon Sep 17 00:00:00 2001 From: Benjamin Ruesink Date: Fri, 27 Sep 2024 13:18:15 +0200 Subject: [PATCH] Add .bat file to run the built stream app --- run_mask_stream.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 run_mask_stream.bat diff --git a/run_mask_stream.bat b/run_mask_stream.bat new file mode 100644 index 0000000..cd6c92c --- /dev/null +++ b/run_mask_stream.bat @@ -0,0 +1,4 @@ +@echo off +set /p "id=Index of camera to use (default: 0): " +if "%id%"=="" set id=0 +"build/Release/AiMaskStreamApp.exe" --webcam --comp_mode=1 --mode=0 --show --cam_index=%id% \ No newline at end of file