start_streaming

Start a streaming session

Returns the streaming interface id which holds the data stream

Parameters

integer
Duration to stream for
default: undefined
units: Seconds
Acquisition speed (e.g. "30Hz")
default: undefined
allowed values:30Hz, 37Hz, 119Hz, 150Hz, 477Hz, 596Hz, 1.9kHz, 2.4kHz, 15.2kHz, 19.1kHz, 122kHz, 152kHz

# Examples

# Sample response

{
    "stream_id": "<stream_id>"
}
1
2
3