HI,
I have a MetamotionR and i want to create a video of its data in real time.
is there existing Python code for MetamotionR real time 3D motion tracking that i can use?
This is just a a visual representation of sensor fusion data; probably quaternions or eulers. Just stream it and plot it in real time in the language/tool of your choice.
This is a developer tool so you will need to develop: www.mbientlab.com/tutorials.
Hi
Im very new to programing
I tried streaming the data like they did in the android tutorial but it seems that there is no parallel libreries in python
how can iterate over the live data and get the information when i need it, like they do in java?
Comments
Check this https://github.com/mbientlab/MetaWear-Tutorial-Android
this is Android
This is just a a visual representation of sensor fusion data; probably quaternions or eulers. Just stream it and plot it in real time in the language/tool of your choice.
This is a developer tool so you will need to develop: www.mbientlab.com/tutorials.
Hi
Im very new to programing
I tried streaming the data like they did in the android tutorial but it seems that there is no parallel libreries in python
how can iterate over the live data and get the information when i need it, like they do in java?
Use our Java Apis
but i need to write in python.
I can tell that there is more possabilities in the java api but i need python
We also have Python APIs.