&sensorfilter
An option to explicitly list what &sensor data you want to capture and transmit
&sensorsfilter
&filtersensor
&filtersensors
Example:
&sensorfilter=gyro
Value | Description |
---|---|
gyro | gyroscopic |
lin | - |
acc | accelerometer |
mag | magnetometer |
pos | - |
ori | - |
Added a new option to explicitly list what sensor data you want to capture and transmit, when using
&sensor
&sensorfilter=gyro,lin,acc,mag,pos,ori
. For the above demo, you can use &sensorfilter=pos,lin
to just send the data you need, reducing the load on the phone/network.Last modified 7mo ago