Hello Developer Support Team,
I am facing an issue with accelerometer sensor. The sensor data records are not consistent. There should be 25 records per second. But many of the times, there are less number of records or more number of records in one second.
I have tested it on Gear Fit 2 band, Gear S3 watch and Gear Sport watch. Please find attached log file. (I have also shared Samsple App - source code with Samsung team via email.)
Here are some code level details:
1. Tizen native service application captures accelerometer sensor data with 25 records per second (that is 40 milliseconds interval).
2. This service app is launched via native UI application.
3. In service application manifest file, I have added <metadata key="http://tizen.org/metadata/background-category/sensor"/>
4. And sensor is registered using SENSOR_OPTION_ALWAYS_ON.
I cannot use power lock, because that consumes lot of watch battery. And hence the app gets rejected in test confirmation by Samsung Galaxy Apps Validation Team.
Please could you assist me to resolve this issue?
Thank you.
-Madhura