Breeze Runtime as a Windows Service
Configuration
The file configuration.yaml
should be located under the workspace root.
The file can be create via the Create-Service.bat
script (assuming default install location the script files will be located: C:\Program Files\Prediktera\Breeze\Scripts). The Log On user needs to be updated to the same user which normally run Breeze (as to access the .Prediktera directory located in $Env:USERPROFILE
and update files in the workspace directory).
The service name should be BreezeRuntimeService
.
To remove the service the script Delete-Service.bat
can be executed.
Sample configuration.yaml
file
workflow:
id: 7431d39d
name: Nuts_Classification
commands:
- TakeDarkReference
- TakeWhiteReference
- StartPredict
id
and name
cannot be combined, this will result in an exception.
The file will be loaded with the default camera settings and the camera will be initialized before the workflow is loaded.