get_chunk

Get a single chunk out of data stream

Parameters

string
Stream id returned with the start_streaming method
default: None

TIP

This method returns the data in the LI binary format. If you are using Python or MATLAB package use get_stream_data to get the converted stream

WARNING

If you are using cURL command, please note that the URL for this method is http://192.168.###.###/api/v2/get_chunk. Traditional API calls does not have a /v2 suffix in the URL.

Examples,