forked from amkovkov/GranuSightSoftware2
feat: CameraService
Add stable optainitng of raw image from camera
This commit is contained in:
@@ -13,5 +13,5 @@ public interface IFrameDecoder
|
||||
public ColorSpace.YcbcrEncodingEnum YcbcrEncodingEnum { get; }
|
||||
public ColorSpace.RangeEnum RangeEnum { get; }
|
||||
|
||||
public Mat Decode(int width, int height, int stride, List<Memory<byte>> planes);
|
||||
public Mat Decode(int width, int height, int stride, List<byte[]> planes);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user