Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
众所周知,运动传感器的读数被缓存在队列中,因此在数据实际采样和从队列中弹出数据之间可能存在经过的时间。timestamp成员是否在数据SensorEvent采样的时间?根据SensorEvent中的文档,可能不是。有没有办法测量采样数据的“真实”时间戳?谢谢你。
timestamp
SensorEvent
SensorEvent.timestamp是事件发生的时间,或者换句话说,是数据生成的时间。这是可用的最准确的时间戳值,并且您应该将其用作在计算中对数据进行采样时的“真实”时间戳。
SensorEvent.timestamp