long candy ready to test

This commit is contained in:
meelstorm
2025-09-05 11:11:23 +02:00
parent d52c844b5d
commit e5746ef766
39 changed files with 904 additions and 168 deletions

View File

@@ -1,4 +1,5 @@
using Inspectron.Fastbuffer.Interfaces;
using OpenCvSharp;
namespace Inspectron.Fastbuffer;
@@ -26,7 +27,7 @@ public class IsolatedRingbuffer: IDisposable
}
public void Write(byte[] data, string fileName)
public void Write(Mat data, string fileName)
{
_index.WriteNextArtifact(data, fileName);
}