To automate your setup, it is possible to have an 'unattended startup' for Scoreboard OCR and make it automatically:
This is useful for situations when you have a fixed setup with IP camera camera and you might want to start Scoreboard OCR remotely without logging in to the Scoreboard OCR computer. You can also set up several presets for each sports or different cameras.
Here is a sample command, how to start Scoreboard OCR as a service:
"C:\Program Files\Scoreboard OCR\bin\ScoreBoardOCR.exe" --preset "C:\basketball.ocr" --autostart --minimized
Here is a sample command, how to stop Scoreboard OCR:
taskkill /f /im ScoreBoardOCR.exe