RoI detection fixed : parses the command line response, returns Event.RoiDetectionPassed or Event.RoiDetectionFailed.
This commit is contained in:
@@ -117,7 +117,7 @@ namespace TBF.BenchControl.TestMethods.CameraRoiDetection
|
||||
Bridge.OnActivity(this, Strings.Camera_error);
|
||||
goto stopTest;
|
||||
}
|
||||
else if (e.Contains(Event.DetectionFailed))
|
||||
else if (e.Contains(Event.RoiDetectionFailed))
|
||||
{
|
||||
retVal = Event.Error;
|
||||
Bridge.OnActivity(this, Strings.Detection_failed);
|
||||
|
||||
Reference in New Issue
Block a user