Skip to content

Eis4TY/XR-Stereoscopic-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

XR-Stereoscopic-Viewer

Introduction

A VisionOS style viewer of Spatial Video and Spatial image in XR devices.

Bring the experience of the Photos App in Apple Vision Pro to the META Quest series headset, with support for Spatial Video and Spatial image. This Project aims to showcase the stereoscopic imaging solution of Apple, allowing us to immerse in its charm in advance.

image

Features

  • Local spatial Photo / Video view
  • IPD adjustment
  • MR Seethrough

❓ if you got any question ,Post it here!

Requirements

  • Meta Quest 2 / Pro / 3
  • Enable developer mode (you can follow these instructions).
  • Device system version V56 or later is recommended

Download

  • Download Quest version APK.
  • Download PICO version APK. (在应用商店搜索:空间西洋镜)

Resource Sharing

Import Files

  • Put your 3D media files into the "sdcard/Pictures/3dMedia" folder.(If you can’t see this folder, please open the app once, then close it and try again)
  • The program currently supports .jpg, .png, and .mp4 formats.

导入文件 (ZH)

  • .jpg.png.mp4格式的 3D媒体 文件夹放入 设备主储存空间 “/Pictures/3dMedia” 文件夹中 (如果你看不到这个文件夹,请先打开一次 APP,然后关闭再试)。
  • 只有无边框的 SBS 左右格式的 3D 媒体可以正常显示

How to build?

Get the XR-Stereoscopic-Viewer open-source application running on your own devices.

  1. Clone this project.
  2. Open the project with Unity 2022.3.9f1 (Android Build).
  3. From the Hierarchy tab, find Canvas > Gallery. and in the Inspector tab, find ImageLoader script, Check the box of ”ReadyToBuild”.
  4. Navigate to File > Build Settings..., select the Android platform, then select your Meta Quest Pro as the Run device (if it's plugged in) and then click on Build and Run.

Acknowledgements