using OpenCvSharp; namespace VisionBuilder.UI.Common.Processing; public interface IImageSource { Task GetImage(CancellationToken token); }