Alexander Shalamov
Alexander Shalamov
Generic Sensor API requires UA to feature detect [supported sensor options](https://w3c.github.io/sensors/#supported-sensor-options) > The user agent must remove items from supported sensor options for a given extension sensor interface if it...
There are two types of information that might be required by the Sensor object: construction parameters that are persistent during the lifetime of a sensor and parameters that web developer...
For performance sensitive applications that may require data at high rates, it can be beneficial to provide data via e.g., `SharedArrayBuffer` This can be beneficial for use cases, such as:...
This PR adds possibility for the web developers to get formats supported by the UA and set desired format for the captured photo. Fixes #162 *** Preview | Diff
Image Capture API specifies list point of interests, where each point (it seems) is responsible for running 3A algorithms. All other OS platform APIs allow to specify POI / area...