Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data sync with video, including sensors & GeoJSON #1

Open
rjksmith opened this issue Oct 2, 2020 · 1 comment
Open

Data sync with video, including sensors & GeoJSON #1

rjksmith opened this issue Oct 2, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rjksmith
Copy link
Member

rjksmith commented Oct 2, 2020

Background

Mobile video devices often collect additional data, e.g. drones can be used as sensor platforms and dashcams record vehicle telemetry such as speed and acceleration.

Allowing the option to embed JSON data within cues would permit synchronisation of arbitrary data with location and video without compromising interoperability, in a similar fashion to the GPX <extension> element.

Proposal

The following design is proposed.

A WebVMT data sync command which consists of:

  • A data sync type.
    The DataCue type of the associated metadata, proposed in the WICG DataCue Explainer, e.g. org.geojson.
  • Data sync values.
    An array of data values, i.e. the raw data bytes, also proposed in the WICG DataCue Explainer.
  • Optionally, a data sync id.
    An identifier to associate data samples over time, e.g. with a sensor or for interpolation.
  • Optionally, a data sync path.
    The path identifier of the path segments associated with the data, which identifies a WebVMT path, i.e. an object moving through the mapped space.

Example

NOTE Cat, top left, after 5 secs until 25 secs

00:00:05.000 —> 00:00:25.000
{“sync”: {“type”: “org.ogc.geoai.example”, “data”:
  {“animal”:”cat”, “frame-zone”:”top-left"}
}}

NOTE Dog, mid right, after 10 secs until 40 secs

00:00:10.000 —> 00:00:40.000
{“sync”: {“type”: “org.ogc.geoai.example”, “data”:
  {“animal”:”dog”, “frame-zone”:”middle-right"}
}}
@rjksmith
Copy link
Member Author

rjksmith commented Oct 2, 2020

Issue migrated from w3c/sdw#1141

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant