&sensor
Access device sensor data at given rate
Sender-Side Option! (&push
)
Aliases
&sensors
&gyro
&gyros
&accelerometer
Options
Example: &sensor=50
Value | Description |
---|---|
(integer value) | Set polling rate to given value, in hz. Default 30hz. |
Details
Gyroscopic, accelerometer, magnetometer data can be pushed out.
Enable with &sensor=30
(30hz).
Results show up in the remote stats log or the remote IFRAME API.
Useful for VR live streaming support, where you want to capture a smartphone's movement, as well as video. Support will vary from device to device; please report problems or reach out for requests.
Update 22/06/02
&sensor
now also includes speed and altitude data.
Added a demo/sample on how to overlay speed + acceleration on top of video playback (compatible with a mobile phone sender)
https://vdo.ninja/examples/sensoroverlay?view=STREAMID
Related
&sensorfilterLast updated