IDS camera added

This commit is contained in:
meelstorm
2025-07-23 13:25:19 +02:00
parent e761b24c95
commit 71d59df0cd
21 changed files with 411 additions and 24 deletions

View File

@@ -4,6 +4,5 @@ namespace VisionBuilder.UI.Common.RecipeProcessing;
public interface IImageSource
{
string GetName();
Task<Mat> GetImage(CancellationToken token);
}