Blender and sensor data
Can someone help me with python code and blender platform?
I would like to import in blender platform accelerometer or gyroscope data (csv file) for analyzing movement in the space (xyz) of the sensor.
I saw that it is possibile, but I don't have enough experience with these programs.
Thank you so much
Comments
Start with the Python tutorials:
https://mbientlab.com/tutorials/WPython.html
Thank you
@denisb
The Matlab tutorials are also a good way to go (they work with Python as well): https://mbientlab.com/tutorials/Matlab.html
I'm trying to uso Python for my project.. I already saw in youtube that it's possible, now I've to understand how
Thanks for the update.
You should be up and running quickly with Python.
Worst case, you can just google "how to upload a csv file into blender" and there may be other folks who have already solved the problem for you. It would be nice and easy that way as you could use the MetaBase App to export CSV files and upload them through any third party means.
I did a quick Google search and already found tons of options:
Thank you Laura...
I will do it