Use the requests below to receive video, location, and orientation data captured from an Android phone running OSH SensorHubConnect app. This page shows requests with an optional property “replaySpeed=1”. Replay speed is used in the request to playback sensor data in the same frequency it arrived to the OSH node (this frequency is multiplied when the property is given a larger/smaller value (e.g. replaySpeed=2 or replaySpeed=0.5). Without the replaySpeed option, OSH will send the data as fast as possible.
NOTE: with replaySpeed set, you will notice some pauses at the beginning of the video. This is caused by frame dropouts due to interruptions in cell phone LTE communications.
Location Requests
Location without replay speed (batch): http://34.67.197.57:8282/sensorhub/sos?service=SOS&version=2.0&request=GetResult&offering=urn:android:device:74d9375ab05e8f37-sos&observedProperty=http://sensorml.com/ont/swe/property/Location&temporalFilter=phenomenonTime,2021-03-04T19:59:38.984Z/2021-03-04T20:38:59.367Z&responseFormat=application/json
Video Requests:
Video without replay speed (skips to next video frame without time delay): http://34.67.197.57:8282/sensorhub/sos?service=SOS&version=2.0&request=GetResult&offering=urn:android:device:74d9375ab05e8f37-sos&observedProperty=http://sensorml.com/ont/swe/property/VideoFrame&temporalFilter=phenomenonTime,2021-03-04T19:59:38.984Z/2021-03-04T20:38:59.367Z
Orientation Requests:
Orientation without replay speed (batch): http://34.67.197.57:8282/sensorhub/sos?service=SOS&version=2.0&request=GetResult&offering=urn:android:device:74d9375ab05e8f37-sos&observedProperty=http://sensorml.com/ont/swe/property/OrientationQuaternion&temporalFilter=phenomenonTime,2021-03-04T19:59:38.984Z/2021-03-04T20:38:59.367Z&responseFormat=application/json