You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm currently trying to access the Accelerometer and Gyroscope Sensors at 100Hz as it is necessary for a project that uses high inertial sensors for navigation. I only manage to get up to about 60Hz which is not sufficient for my use case and the message. ('Maximum allowed frequency value for this sensor type is 60 Hz.')
The actual Sensor is capable of a lot more Hz, so I assume this is a privacy consideration. Is there a way to hike up the frequency by forcing manual permissions or something like that?
The text was updated successfully, but these errors were encountered:
(For context, this message is specific to Chromium. Other implementations may enforce their own limits on sensor frequency.)
It is possible that through use of the Permissions API an implementation could allow a page to request a higher sampling frequency. This is not currently implemented however work continues in the Chromium project to implement permissions UX that could be used for this purpose.
Hi, I'm currently trying to access the Accelerometer and Gyroscope Sensors at 100Hz as it is necessary for a project that uses high inertial sensors for navigation. I only manage to get up to about 60Hz which is not sufficient for my use case and the message. ('Maximum allowed frequency value for this sensor type is 60 Hz.')
The actual Sensor is capable of a lot more Hz, so I assume this is a privacy consideration. Is there a way to hike up the frequency by forcing manual permissions or something like that?
The text was updated successfully, but these errors were encountered: