diff --git a/OpenEphys.Onix/OpenEphys.Onix/ContextTask.cs b/OpenEphys.Onix/OpenEphys.Onix/ContextTask.cs index 9e02bbb1..275dc944 100644 --- a/OpenEphys.Onix/OpenEphys.Onix/ContextTask.cs +++ b/OpenEphys.Onix/OpenEphys.Onix/ContextTask.cs @@ -145,7 +145,7 @@ void ConfigureResources(StackDisposable disposable, Func var disposable = context.FrameReceived.SubscribeSafe(observer); try { - context.BlockReadSize = ReadSize; - context.BlockWriteSize = WriteSize; - context.Start(); + context.Start(ReadSize, WriteSize); } catch {