ba_start_stream#

Start streaming and attach the native chunk buffer.

Function Signature#

function result = ba_start_stream(max_buffer_chunks)

Usage#

result = ba_start_stream()
result = ba_start_stream(max_buffer_chunks)

Inputs#

max_buffer_chunks

optional chunk-buffer capacity. Defaults to 256.

Outputs#

result

struct returned by the native MEX session command.

Example#

ba_start_stream(256)

Notes#

Requires an active device connection and a loaded device configuration.

Source File#

matlab/ba_start_stream.m