Re: [sensors] Javascript 120Hz devicemotion events for high end inertial applications

Hi Tobie,

We think there should be two acquisition methods supported:
1/ Polling sensor samples where you request 1 to N samples
which are then received at each polling loop
2/ Passing a callback function to receive 1 to N samples (preventing 
polling
for each individual sample).

Having the option to batch N samples would allow for a tradeoff 
between low latency
and greater efficiency depending on the application.

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

Received on Thursday, 26 January 2017 18:38:35 UTC