Add .bat file to run the built stream app

master
Benjamin Ruesink 2 months ago
parent 2690a8b0a7
commit 2ec5e2fe24

@ -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%
Loading…
Cancel
Save