Languages

Menu
Sites
Language
Set Sensor Refresh Interval

I'm looking for ways to set a sensor's refresh interval.
Specifically, I'm interested in the gyro and the accelerometer.

I found a way to do this in native app development, but the web API has yet to show capable of this.

What do you think?
Is settings sensors' intervals possible using the web API?

Responses

1 Replies
Alex Dem

Hi,
I have found possibilty only for native Tizen::Uix::Sensor::SensorManager-> SetInterval
For Web you could use
http://www.w3.org/TR/2011/WD-orientation-event-20111201/
But in accordance with this topic it is not possible to set interval:
https://developer.tizen.org/forums/web-application-development/how-update-interval-sensor-like-acceleration-gyroscope
Alexey.