Model types and media that can be imported into Vizard and SightLab VR Pro
3D Models: (including scanned or point cloud data), .glTF/.glb, .fbx, .ive, .obj, .wrl, .dae., dp, .ply, .osgb)
360 Videos: (2D and Spherical [mono and stereo]) .avi, .mpg, .mpeg, .mp4,.mov (note: may need to use a codec pack, like K-lite codec pack if the videos won't display)
See also "Creating a Scene" for how to build a scene with these assets in SightLab
Content Libraries
Sketchfab (Note: Sketchfab is also directly integrated into SightLab's E-Learning Lab application, which can directly import into any SightLab application)
There are many options for motion capture to create animations. Here are just a few examples. Refer to the Vizard documentation for more supported devices for motion capture.
Using a standard video captured with a phone or camera (AI algorithm for converting to animation):
360 Video Content: You can bring in content such as 360 videos (stereoscopic and monoscopic), 2D videos, images, audio (3D and stereo), and more.
360 Media in your Project: To use them in SightLab, simply place them in your project folder (default location is resources/media) and choose "360 Media" in the GUI. Alternatively, you can use this code: video1 = viz.addVideo('sightlab_resources/media/name.avi') sightlab.setEnvironment(video1, mode=MEDIA_360, mediaType="video", mediaFormat="Stereoscopic T/B") `
360 Media Options: For creating 360 videos and pictures, use any 360 video camera (stereo or monoscopic) or a phone app like "360 Photosphere." Other resources include Skybox AI for AI-generated images, Gemini, Leonardo.ai or Chat-Chat GPT with prompts like "360 Equirectangular...", and Pexels for free downloads or newer AI video generation models such as Sora 2 can create 360 videos as well.
Downloading 360 Videos: To download 360 videos off YouTube, use the 4K Video Downloader. If videos are in a strange format, see this tutorial on adjusting formats using FFMPEG. RunwayML can also help in converting or modifying 360 video content
Note: There is direct AI to 360 Images and Videos directly integrated into SightLab's E-Learning Lab Application using Gemini, see here for more details.
2D or Virtual Screen Video
See the example script for displaying a virtual screen. SightLab can also support playback of any video type that you have a codec for.
Video can be sourced from many locations. Here's one good stock footage source:
A good tool for creating audio narrations is ElevenLabs. You can also use a large language model such as ChatGPT or Claude to help with creating the narration text.