long candy ready to test
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user