-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timestamp for PPI measurements. #484
Comments
In our case we just assume that the last PPI sample comes from current instant, and samples before that are x ms before that e.g. if we get a batch of |
Thanks for the reply, let's assume this is not an offline recording and there is no startTime provided by the device(or SDK).
|
I'd assume it's more likely that time of receiving the measurement is closer to reality. I suspect the algorithm that determines the PPI values requires several cycles to establish a baseline. When switching to PPI mode you can notice that HR stream stops for a while and starts over. |
@orestesgaolin is correct. I think it's even 25 seconds to receive the first sample after the start command, which contains 5 second windows of PPI samples. The algorithm inside Verity Sense doesn't calculate any timestamp for the samples and this is why it's not provided for PPI data for Verity Sense. Some other devices such as Polar 360 do have timestamps attached to PPI data as they have more recent algorithm that provide it. |
Platform your question concerns:
Device:
Why the Timestamp for PPI (PolarPpiData) measurements are deprecated and always 0? Is it possible to get them somehow?
The text was updated successfully, but these errors were encountered: