start_streaming
Start a streaming sessionReturns the streaming interface id which holds the data stream
Parameters
integer
Duration to stream for
default: undefined
units: Seconds
string
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
2
3