Sensor fusion android example sharing
in
Android Processing
•
6 months ago
Hello,
this is a little example of orientation of the tablet through Sensor fusion.
The form is a little bit nasty. I'll clean it up when I would have time. I just commented lines of code from android activity, maybe useful if some of you want to see a way to adapt android library to processing.
it's from this great article.
This one is really interesting too ! It describes motion sensors and their use under android.
here's the link: sensorfusion_android.zip
see the source: you can use Acceleromter/Magnetometer Orientation, Gyro with drift eliminated or,
the real SensorFusion (which is used in the example).
hope it can help somebody.
this is a little example of orientation of the tablet through Sensor fusion.
The form is a little bit nasty. I'll clean it up when I would have time. I just commented lines of code from android activity, maybe useful if some of you want to see a way to adapt android library to processing.
it's from this great article.
This one is really interesting too ! It describes motion sensors and their use under android.
here's the link: sensorfusion_android.zip
see the source: you can use Acceleromter/Magnetometer Orientation, Gyro with drift eliminated or,
the real SensorFusion (which is used in the example).
hope it can help somebody.