Lexagon FAQs & How-to

Lexagon FAQs & How-to

Need support? Email lexagon@lextech.com

General

Why upgrade to presenter mode?

System requirements

Basic 3D interactions

Security & data use

Manage immersion

Guest

Connecting with others

Scene switching

Presenters

Creating a video playlist

Adding 3D content

Sample JSON Playlist

Notes:

  1. videoItems will be listed in order; name and url are required
    1. For url use the location to the mp4 file or stream
    2. Lextech recommends Vimeo for video file hosting and streaming
    3. For spatial 3D video on Vimeo, you must use the streaming link
    4. For flat 2D video on Vimeo, use either the file or streaming link
  2. autoAdvance and currentVideoIdx are not configurable at this time
{
    "videoItems": [
        {
            "name": "Lextech: Thrive At Work",
            "url": "https://player.vimeo.com/progressive_redirect/playback/853110374/rendition/1080p/file.mp4?loc=external&signature=0a9e66fc4150c36c6a09f8f83fb603d9306cc5c6412ea3c1bd79e81adbb8b399"
        },
        {
            "name": "Alex: Problems Worth Solving",
            "url": "https://player.vimeo.com/progressive_redirect/playback/1075758654/rendition/720p/file.mp4?loc=external&signature=07c0e5ec94ebffac481069526bb615d315e4e983518553e645e09a3a9bf256e9"
        },
        {
            "name": "Kenton: Efficiency Isn't Optional",
            "url": "https://player.vimeo.com/progressive_redirect/playback/1075418256/rendition/720p/file.mp4?loc=external&signature=e033cfc60a037731e7b771f5a16fe352a7764354597b966b49fe49b3fdcd0ce1"
        }
    ],
    "autoAdvance": false,
    "currentVideoIdx": 0
}