1 Definition | 2 Functional Requirements | 3 Syntax |
4 Semantics | 5 Conformance Testing | 6 Performance Assessment |
1 Definition
A Data Type including the Point of View of the Devices capturing media information, possibly grouped according to the characteristics of Devices.
2 Functional Requirements
A Device Scene Geometry may include:
- The ID of a Virtual Space (M-Instance) the Device Geometry may refer to.
- Groups of Devices sharing the same characteristics including:
- Characteristic Name.
- Data about the individual Devices of the group, including:
- Device ID.
- Point of View.
3 Syntax
https://schemas.mpai.community/OSD/V1.3/data/DeviceSceneGeometry.json
4 Semantics
Label | Size | Description |
Header | N1 Bytes | Device Scene Geometry Header |
– Standard-DeviceSceneGeometry | 9 Bytes | The characters “OSD-DSG-V” |
– Version | N2 Bytes | Major version – 1 or 2 characters |
– Dot-separator | 1 Byte | The character “.” |
– Subversion | N3 Bytes | Minor version – 1 or 2 characters |
MInstanceID | N4 Bytes | Identifier of M-Instance. |
CaptureTime | N5 Bytes | Duration of media information capture. |
DeviceGroups[] | N6 Bytes | Identifier of the Basic Visual Object. |
– CharacteristicName[] | N7 Bytes | A Name in an Enumeration. |
– DeviceGroupData[] | N8 Bytes | Data of the Devices in the group. |
– DeviceID | N9 Bytes | Device ID. |
– PointOf View | N10 Bytes | Point of View of the Device. |
DescrMetadata | N11 Bytes | Descriptive Metadata |
5 Conformance Testing
A Data instance Conforms with Data Scene Geometry (OSD-DSG) V1.2 if:
- The Data validates against the Data Scene Geometry’s JSON Schema.
- All Data in the Data Scene Geometry’s JSON Schema
- Have the specified type
- Validate against their JSON Schemas
- Conform with their Data Qualifiers, if present.
6 Performance Assessment