Panorama Label
Function Description
Panorama Tag ( PanoTag ) Displays tag content such as text, pictures, and videos in the Realsee 3D space panorama walk mode.The panorama tag will contain a growth animation.
Effect Display
tip
This example contains voices, please view it in the right context.You can select the effect demonstration type by clickingpanorama label, and click pause to re-enter the selection.
Field description
type
: Type of panorama label, type of enum type PanoTagEnum.PanoTagEnum.Text
: Tag display content as text.PanoTagEnum.Image
: Tags display content as images.
text
: string type, optional field and text content when type is text.vertex
: 3D coordinates of the label in the landscape walking mode.imgUrl
: string type, optional field and, when type is image, provide an image resource address.
info
Specific content parameter types can be seen Vreo API document.
全景标签类型数据样例
{
"uuid": "aa8fba91-58e3-4572-94c0-2c399f324266",
"type": "PanoTag",
"start": 8000,
"end": 10500,
"parsed": false,
"data": {
"text": "12-hour insulation tray",
"vertex": {
"x": -0.8666686085208133,
"y": 0.8402865638657824,
"z": -3.817708370830488
},
"type": "Text"
}
}