-
Notifications
You must be signed in to change notification settings - Fork 82
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
Breakout discussion: Video search with location #1130
Comments
File formats have been compared in issue #1120, including a comparison of video metadata format features and a mapping between MISB tags and WebVMT attributes. |
Many thanks to all those who participated in the breakout discussion at the Spatial Data on the Web meeting on 25th June 2019 in Leuven. I've now collated the feedback with the goals and minutes. Conclusions
|
Separate issues raised to discuss:
Comments and feedback welcome. |
@rjksmith An imortant aspect of interpolation is whether a scheme is reversible. After many years/decades, researchers look at not very nice looking maps of weather data, because they have adopted linear interoploation, which allows you to recalculate the original values from the interpolated values. |
@chris-little Thanks. Response posted to the interpolation discussion. |
Added search use cases to WebVMT Editor's Draft:
|
Added AR use case to WebVMT Editor's Draft:
|
Thanks to all who contributed to this discussion |
Summary
Emerging markets in 'mobile video devices', e.g. drones, dashcams, body-worn video and smartphones, are creating a new online community that can share video with metadata content. Displaying metadata, e.g. geolocation, synchronised with video adds valuable context which can significantly improve the viewer's understanding of the associated images. The same information can also be used to create a metadata index of the footage that offers quick and easy access for a search engine user to find relevant content in a video archive, though online search engines do not currently provide this facility.
Would video metadata search be valuable to users and, if so, how best could this be integrated with current services?
Use Cases
Accident Investigation/Motor Insurance
Automatically identify vehicle collisions in dashcam footage to provide forensic evidence for a police investigation or motor insurance claim.
Remote Maintenance
Visually monitor inaccessible assets, e.g. wind turbines, using autonomous drones to create a historical video archive that enables remote expert diagnosis of operational issues.
Flood Monitoring
Aggregate video footage from disparate sources to create a historical video archive that allows water levels to be monitored at different locations over time to help predict flooding.
More details of these use cases are given in OGC Ideas issues #91 and #92.
Gap Analysis
The search process can be divided into two parts: acquisition and publication.
Acquisition
A web crawler searches files and updates a search engine database.
Metadata can be embedded within the media file (in band) or contained separately in a linked file (out of band). For example, MISB is an in band solution and WebVMT is out of band - both approaches have pros and cons which should be evaluated.
The web supports three video formats - MPEG, WebM and OGG - and any search solution should address this issue. The source file containing the metadata must be identified and parsed correctly so that relevant details can be added to the search database.
Publication
A search engine responds to a user request.
A user requests a search from a web page or using a search API, e.g. RESTful interface. The user agent should be able to present the video and metadata content from the search response through a common API in the HTML Document Object Model (DOM). Work is currently underway in the WICG DataCue activity to investigate and address identified video metadata issues affecting the user agent, including feedback from this discussion.
Users should be able to filter content by location and other metadata constraints, and results should be returned with associated location information.
Goals
The aim of this discussion is to:
An agenda item has been scheduled to discuss this at the SDW IG meeting on 25th June 2019 in Leuven.
The text was updated successfully, but these errors were encountered: