Ticket Created
over 3 years ago

GRMNCIQ-5984

Fenix 6 Pro gyroscope data missing

Hi guys.

I'm wrote Watch app where I start ActivityRecording and where I write accelerometer and gyro data to FIT file.
To do that, I have next code:

var _logger = new SensorLogging.SensorLogger({:accelerometer => {:enabled => true}, :gyroscope => {:enabled => true}});

var session = ActivityRecording.createSession({:name=>"Swim", :sport=>ActivityRecording.SPORT_SWIMMING, :subSport=>ActivityRecording.SUB_SPORT_OPEN_WATER, :sensorLogger=>_logger});

And this works just fine on Venu 2 Plus watch.

But there is no Gyro data for Fenix 6 Pro watch.
I can see that Fenix 6 Pro supports Gyro sensor. Why I don't see data in FIT file then ?

Parents Comment Children
No Data