Re: [sensors] Should the API allow setting both samplingFrequency and reportingFrequency?

@tobie You are absolutely right, what I wanted to address is that, lets say:

iOS, Ash in ChromeOS (10Hz) or Windows WM uses Accelerometer to get basic orientation info.

The web page that creates `new Accelerometer({frequency: 0.0005});`, would not set effective sampling frequency of the sensor, since HW is used by other components. [Windows API](https://msdn.microsoft.com/en-us/library/windows/desktop/dd318991(v=vs.85).aspx)  clearly states this use-case (SENSOR_PROPERTY_CURRENT_REPORT_INTERVAL).

-- 
GitHub Notification of comment by alexshalamov
Please view or discuss this issue at https://github.com/w3c/sensors/issues/209#issuecomment-305543520 using your GitHub account

Received on Thursday, 1 June 2017 16:14:24 UTC