AcelerometerBosch noMotion MAX duration
Hello,
I have an issue when using noMotion algorithm of AccelerometerBosch module on MetMotion-R, model 5, hw 0.3,firmware 1.4.4 on android (SDK 3.7). When I set duration for let's say 200 or 300 seconds everything works as expected, but when I set 500 seconds, then my callback gets called every second.
noMotion.configure()
.duration(500 * 1000)
.threshold(0.1f)
.commit();
I could not find any duration limit in the documentation, so my question is whether there is such limit and/or it is a bug and what would be fast fix to this?
We have several sensor boards and same issue is observed on all of them.
Thank you.
Oldrich
Comments
Yes, there is a limit of 430s.
Thank you Eric,
is it hardware limitation ? Or can be duration limit changed in SDK update? If it can not be increased in the future, could you, please, update documentation?
Thank You,
Oldrich
This is set by the sensor.
Thank you for clarification.
Regards
Oldrich