Tobie Langel
Tobie Langel
I've explained my position about this issue here: https://github.com/w3c/ambient-light/issues/23#issuecomment-295726399 And in particular: > For ALS, I agree we don't seem to have use cases that require anything beyond the granularity...
So you have three different cases here: 1. **Reducing accuracy and/or polling frequency reduces threats without impeding use cases.** In this case, there's no reason to offer permission two states,...
Yes. I completely agree. I'm hoping to open-up new cases like those in the future. Not sure what the mechanism will precisely be, though, as there's no guarantee that apps...
Absolutely. You're looking more at geofencing than geolocation.
Thanks for getting us started on this key conversation. > ```js > let gyro = Gyroscope({frequency: 240}); > > const readingSize = 4; // timestamp, x, y, z > let...
> > We want to make sure the API design doesn't force the implementation to preemptively store all intermediary samples in case collectLatestReadings gets called in the following animation frame....
> To meet this use case we need an uninterrupted recording all the time, note that samples can be lost even during notification that the given buffer is full and...
> I was planning to have an internal data structure that is being fulfilled periodically (using a timer) with N latest readings starting from the moment when collectLatestReadings() is called...
> The given array will contain only the readings recorded while a single frame painting, meaning that for 120 Hz polling frequency (and assuming 60 fps) space for 2 readings...
As mentioned before, I think we need to do a bit more research in use cases, requirements and how similar cases are handled across the platform before we write down...