umer0586 / SensorServer

Android app which let you stream various phone's sensors to websocket clients
GNU General Public License v3.0
279 stars 31 forks source link

Sensor Type "step_detector" absent in code, but mentioned #59

Closed aeifr closed 4 months ago

aeifr commented 4 months ago

Hi,

I noticed during trying out the app/websocket, I noticed, the step_detector is absent. It's mentioned in the readme-ov-file#usage section. I choose it due to it's mentioned step detector "capability".

My question: Is there any chance the step detection gets added? At the moment it's t he single reason why I choose this fairly quick without thinking.

umer0586 commented 4 months ago

In the README#usage section, I listed "step_detector" as an example because the device I used for testing happened to have that sensor. Unfortunately, different devices have different sensors available. It's possible your device simply doesn't have a dedicated step detector. But there are other ways to detect steps using accelerometer which is available in almost every device see https://medium.com/@huuphuoc1396/android-step-detector-using-sensors-9f1a265a6069