1.0.6
This commit is contained in:
@@ -477,6 +477,8 @@ namespace CandyboxPlugin.Recipe
|
||||
|
||||
if(_learnedParameters.CandyParameters.Count==0)errorReason.Add(EErrorReason.NotLearned);
|
||||
|
||||
Thread.Sleep(50);
|
||||
|
||||
return new ProcessingResult(framedImage, final,
|
||||
_learnedParameters.CandyParameters.Count == 0 || wasError, (int) sw.ElapsedMilliseconds,
|
||||
errorReason)
|
||||
@@ -487,6 +489,7 @@ namespace CandyboxPlugin.Recipe
|
||||
}
|
||||
catch(Exception ex)
|
||||
{
|
||||
Thread.Sleep(50);
|
||||
return new ProcessingResult(image, image,
|
||||
true, (int)sw.ElapsedMilliseconds,
|
||||
new List<EErrorReason>() {EErrorReason.Unknown})
|
||||
|
||||
Reference in New Issue
Block a user