jiahongfei / TodayStepCounter

Android计步模块(类似微信运动,支付宝计步,今日步数),记录当天从0点到23:59的步数
1.18k stars 241 forks source link

计步 出现 很大的值 类似12万 20万这样的步数 一看就不合理 怎么解决?”谢谢 #28

Open hekaiaichengjing opened 5 years ago

hekaiaichengjing commented 5 years ago

OPPO R 9C image oppo手机出现的步数如此大?

还有一个: OPPO R9 Plus image 这些步数不是真实走出来的 可能的原因是是什么呢?

jiahongfei commented 5 years ago

这是传感器原因,自己过滤一下吧,传感器会返回特别大的值尤其是oppoR9系列这种手机

hekaiaichengjing commented 5 years ago

好的 谢谢楼主 过滤的方式有推荐的方案吗?

jiahongfei commented 5 years ago

你可以按照人类每小时最多步数来过滤,假如每小时最多可以走1w步,多了就过滤掉,本来就是传感器的问题,咱们也没办法特别精确,只要别太夸张就好

hekaiaichengjing commented 5 years ago

好的 谢谢

------------------ 原始邮件 ------------------ 发件人: "贾宏飞"notifications@github.com; 发送时间: 2019年6月24日(星期一) 中午1:56 收件人: "jiahongfei/TodayStepCounter"TodayStepCounter@noreply.github.com; 抄送: "踏ˉ云海之人"434606087@qq.com; "Author"author@noreply.github.com; 主题: Re: [jiahongfei/TodayStepCounter] 计步 出现 很大的值 类似12万 20万这样的步数 一看就不合理 怎么解决?”谢谢 (#28)

你可以按照人类每小时最多步数来过滤,假如每小时最多可以走1w步,多了就过滤掉,本来就是传感器的问题,咱们也没办法特别精确,只要别太夸张就好

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

teemoll commented 5 years ago

好的谢谢 ... ------------------ 原始邮件 ------------------ 发件人: "贾宏飞"notifications@github.com; 发送时间: 2019年6月24日(星期一) 中午1:56 收件人: "jiahongfei/TodayStepCounter"TodayStepCounter@noreply.github.com; 抄送: "踏ˉ云海之人"434606087@qq.com; "Author"author@noreply.github.com; 主题: Re: [jiahongfei/TodayStepCounter] 计步 出现 很大的值 类似12万 20万这样的步数 一看就不合理 怎么解决?”谢谢 (#28) 你可以按照人类每小时最多步数来过滤,假如每小时最多可以走1w步,多了就过滤掉,本来就是传感器的问题,咱们也没办法特别精确,只要别太夸张就好 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

请问你是怎么过滤的呢?方便加个好友吗

CNzhangs commented 5 years ago

@jiahongfei 请问作者,你说的步数暴增是由于传感器返回的数据异常,有没有什么依据或者证据,我目前做计步也发现很多暴增的情况,找不到比较有说服力的原因。

jiahongfei commented 5 years ago

我加日志打印出来的,你想有说服力就自己加日志,回捞日志,看传感器的步数,