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:technology:3d_mapping:supported_resources [2022/09/05 07:44]
jeroen [Supported Mapping Resources]
dev:technology:3d_mapping:supported_resources [2024/03/11 14:01]
glen [Video]
Line 483: Line 483:
  
 ===Supported formats=== ===Supported formats===
-Preferably .mp4 files.+ 
 +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=== ===Attributes===
Line 489: Line 491:
 |< 100% 10% 60% 10% 10% 10% >| |< 100% 10% 60% 10% 10% 10% >|
 ^ What ^ Description ^  Data type  ^  Units  ^  Necessity  ^ ^ What ^ Description ^  Data type  ^  Units  ^  Necessity  ^
- VideoName   The url pointing to the online storage location of the video.  |  string  | |  required +Video Filename  - Relative location inside the run's video folder.\\ - Absolute URL pointing to the online storage location of the video.  |  string  | |  required 
- VideoTime   The duration of the video.  |  integer  |  s  |  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