Creating a continuous stream
in C++
Hi Team,
Trying to come up with a streaming project. What I am trying to do is stream data in realtime from my MetaMotion sensor and performmcertain activities. But unfortunately I have not been able to achieve it via python sdk. Any directions would help. Also, is there any sample where certain things like walking resting fall etc have been coded ? Any base code will help.
This discussion has been closed.
Comments
See this example script:
https://github.com/mbientlab/MetaWear-SDK-Python/blob/master/examples/multi_device.py
You can search to see how other developers / researchers process data for those metrics. We do not provide any sample code for that kind of data processing.