&sensorfilter
An option to explicitly list what &sensor data you want to capture and transmit
Sender-Side Option! (&push
)
Aliases
&sensorsfilter
&filtersensor
&filtersensors
Options
Example: &sensorfilter=gyro
Value | Description |
---|---|
| gyroscopic |
| - |
| accelerometer |
| magnetometer |
| - |
| - |
Details
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.
Related
&sensorLast updated