fmierlo / mytracks

Automatically exported from code.google.com/p/mytracks
1 stars 0 forks source link

Heart-rate sensor causes data capture rate to be too high #1522

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Record a track using a Zephyr HxM hear-rate sensor
2.
3.

What is the expected output? What do you see instead?

Data is captured roughly every 1-5 seconds when recording a track without a 
heart-rate sensor. When using a sensor data is captured 2-3 times every second 
- I was expecting to see the same frequency as when a heart-rate sensor is not 
used.

What version of MyTracks are you using? On what version of Android? On what 
phone?

MyTracks v2.0.6
Android 4.4.2
HTC One

If possible please provide a log by uploading here.
Detailed instructions can be found here:
http://code.google.com/p/mytracks/wiki/HowToReportErrors

Please provide any additional information here:

Two tcx files attached: one with a normal capture rate ("without heart-rate 
data.tcx") and one with the high capture rate ("with heart-rate data.tcx").

Original issue reported on code.google.com by 36b...@gmail.com on 4 Jun 2014 at 7:03

Attachments:

GoogleCodeExporter commented 9 years ago
We set the recording interval so that we can capture all the desired sensor 
data and gps data. So if the sensor data has a faster rate, we will record at 
that interval.

Jimmy

Original comment by jshih@google.com on 14 Oct 2014 at 8:22