IDS camera added
This commit is contained in:
@@ -25,11 +25,6 @@ namespace VisionBuilder.UI.Recipes.HawkeyeRecipe
|
||||
_loadingService = loadingService;
|
||||
}
|
||||
|
||||
public string GetCameraName()
|
||||
{
|
||||
return _imageSource.GetName();
|
||||
}
|
||||
|
||||
public List<RecipeData> GetRecipesData()
|
||||
{
|
||||
_loadingService.StartLoading($"Loading recipes for {_recognitionConfiguration.CameraName}...");
|
||||
@@ -171,7 +166,7 @@ namespace VisionBuilder.UI.Recipes.HawkeyeRecipe
|
||||
AnalysisTime = sw.Elapsed,
|
||||
ErrorNames = errorNames.ToList(),
|
||||
HasError = errorNames.Length > 0,
|
||||
ImageSource = _imageSource.GetName(),
|
||||
ImageSource = _recognitionConfiguration.CameraName,
|
||||
ImageOriginal = _workflow.Context.LastCameraImage.ImageData,
|
||||
ImageAnalysis = annotated
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user