anastr / SpeedView

Dynamic Speedometer and Gauge for Android. amazing, powerful, and multi shape :zap:
Apache License 2.0
1.28k stars 321 forks source link

Is it possible to capture continuous speed data for a particular session and store it (csv/excel) for future analysis? #239

Closed ayanatherate closed 1 year ago

ayanatherate commented 1 year ago

To start off, I really appreciate all the effort, the developer(s) have put in behind this project.

I just wanted to request for a new future or any workarounds for the same, if possible. As is quite apparent from the title itself, I want to store continuous speed data for a particular session (Think having the speed values (per second) as displayed by the speedometer, stored and later exportable to a csv/excel).

This would be really helpful I feel for integrating the same into ML projects which can make use of this data. Infact, I currently have one in my mind myself and thus wanted something which can fetch me the live data.

Thanks!

anastr commented 1 year ago

Hi @ayanatherate,

You can observe speed changes using on of the Speed listeners and store it wherever you want.

ayanatherate commented 1 year ago

Got it. Thanks!