IDS camera added
This commit is contained in:
@@ -33,12 +33,13 @@ public static class Extensions
|
||||
{
|
||||
if (service != null)
|
||||
{
|
||||
Log.Information($"Initializing module {service.GetType().Name}");
|
||||
service.InitializeModule();
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Log.Error($"Error initializing module {service.GetType().Name}: {e.Message}", e);
|
||||
Log.Error($"Error initializing module {service.GetType().Name}: {e}", e);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -4,6 +4,5 @@ namespace VisionBuilder.UI.Common.RecipeProcessing;
|
||||
|
||||
public interface IImageSource
|
||||
{
|
||||
string GetName();
|
||||
Task<Mat> GetImage(CancellationToken token);
|
||||
}
|
||||
Reference in New Issue
Block a user