Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
dev:technology:3d_mapping:supported_resources [2022/05/27 14:33]
jeroen [Planar Images]
dev:technology:3d_mapping:supported_resources [2024/03/08 20:49]
glen [Video]
Line 1: Line 1:
 ====== Supported Mapping Resources ====== ====== Supported Mapping Resources ======
  
-This page describes the supported Mobile Mapping, Aerial, and Oblique resources, any combination of the listed resources can be used.+This page documents all supported data types for Mobile Mapping, Aerial, and Aerial Oblique Mappin Resources\\ 
 +To read more about concepts of a Mapping Run and Resource Groups, see [[dev:technology:3d_mapping:about_resources|]] 
  
 ====== General Notes ====== ====== General Notes ======
Line 478: Line 480:
 </code> </code>
  
 +====== Video ======
 +
 +===Supported formats===
 +
 +Preferably .mp4 files. \\
 +When using cloud blob storage, the storage needs to support "range requests" to open the video at a specific time offset from start.
 +
 +===Attributes===
 +
 +|< 100% 10% 60% 10% 10% 10% >|
 +^ What ^ Description ^  Data type  ^  Units  ^  Necessity  ^
 +| Video Filename  | - Relative location inside the run's video folder.\\ - Absolute URL pointing to the online storage location of the video.  |  string  | |  required  |
 +| Video Time  | The time offset from the start of the video.  |  integer  |  milliseconds |  required  |
 +
 +Video Attributes
 +  * File Example: <Orbit Run>/panorama1/import/import_locations.ord \\ <code>   AddAttribute=
 +    AttributeName=OrbitVideoTime
 +    AttributeType=INT4
 +    AttributeExpression=[Imported Value])
 +   AddAttribute=
 +    AttributeName=OrbitVideoFileName
 +    AttributeType=STRING
 +    AttributeExpression=[Imported Value])</code> 
 ====== References and Geodata ====== ====== References and Geodata ======
  
 Any [[dev:technology:supported_formats:index|supported reference data]] can be added into Orbit. Reference data is not part of a Run. Any [[dev:technology:supported_formats:index|supported reference data]] can be added into Orbit. Reference data is not part of a Run.
 
Last modified:: 2024/03/11 14:01