Hello,
I’m using TrackerEventListener.onDataReceived()
in Samsung Health SDK to receive DataPoints.
According to the documentation, certain sensors (e.g., accelerometer) generate data at a fixed frequency (25Hz). However, in practice, the interval between received DataPoints is not always consistent and shows slight variations.
-
Is this behavior expected?
-
What is the recommended way to handle this? Should I adjust using timestamps or apply some kind of interval correction?
Thanks in advance.