1.0.4
This commit is contained in:
@@ -40,6 +40,8 @@ public abstract class BaseRecognitionControl: IRecognitionControl
|
||||
|
||||
public RecipeData CurrentRecipe => _currentRecipe;
|
||||
|
||||
public ILoadingService LoadingService => _loadingService;
|
||||
|
||||
private DateTime _startTime;
|
||||
|
||||
public void Start()
|
||||
@@ -141,7 +143,7 @@ public abstract class BaseRecognitionControl: IRecognitionControl
|
||||
|
||||
private async Task Loop(CancellationToken token)
|
||||
{
|
||||
// Start the recognition process using the Hawkeye library
|
||||
|
||||
|
||||
while (!token.IsCancellationRequested)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user