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
dev:desktop_ext:mapping:manage:runs_version [2022/12/14 16:59]
jeroen [Mapping Run Configurations]
dev:desktop_ext:mapping:manage:runs_version [2024/03/06 18:55] (current)
glen [Mapping Run Configurations]
Line 21: Line 21:
 An Orbit Run version 3 uses the "orbit_mm_run.omr" file as a reference resource file. \\ An Orbit Run version 3 uses the "orbit_mm_run.omr" file as a reference resource file. \\
 An Orbit Oblique Project version 3 uses the "orbit_oblique.oop" file as a reference resource file. \\ An Orbit Oblique Project version 3 uses the "orbit_oblique.oop" file as a reference resource file. \\
-This updated structure has been developed to optimize performance and to use new tools of the  [[dev:products:3dm_content_manager|]] and 3D Mapping Cloud.+This updated structure has been developed to optimize performance and to use new tools of the  [[dev:products:3dm_manage_and_extract|]] and 3D Mapping Cloud.
  
 For previous version or to convert existing runs\projects into the updated structure, see [[110:mobile_mapping:desktop:mobile_mapping:manage:runs_version|]]. For previous version or to convert existing runs\projects into the updated structure, see [[110:mobile_mapping:desktop:mobile_mapping:manage:runs_version|]].
Line 57: Line 57:
   * Parameter : ''photo.file.extension''   * Parameter : ''photo.file.extension''
   * Values : Any supported image resource can be used, see [[dev:technology:supported_formats:index|]].\\   * Values : Any supported image resource can be used, see [[dev:technology:supported_formats:index|]].\\
-  * Default Value : jpg+  * Default Value : .jpg
  
 === Example === === Example ===
Line 67: Line 67:
 photo.camera.height 2.20 photo.camera.height 2.20
 photo.sequence.key OrbithPhotoId photo.sequence.key OrbithPhotoId
-photo.file.extension tif+photo.file.extension .tif
 template.parameters=PARAM_CRS template.parameters=PARAM_CRS
 </code> </code>
Line 211: Line 211:
 ==== Heading and Tilt==== ==== Heading and Tilt====
  
-Whe no orientation heading and tilt are available, it can be calculated from baed on previous and next photo positions.+When no orientation heading and tilt are available, it can be calculated based on previous and next photo positions.
  
   * File : <Orbit Run>/orbit_mm_run.omr    * File : <Orbit Run>/orbit_mm_run.omr 
Line 227: Line 227:
 template.parameters=PARAM_CRS template.parameters=PARAM_CRS
 </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  
    
 
Last modified:: 2022/12/14 16:59