├── Makefile ├── README.md ├── conf.py ├── index.rst ├── make.bat ├── recon.sh ├── requirements.txt ├── source ├── ARDemo │ ├── ARdemo.rst │ ├── ar_demo.png │ ├── capture_app.png │ ├── pipeline.png │ └── supported_devices.png ├── conf.py ├── index.rst └── introduction │ ├── intro.rst │ └── openxrlab_logo.png └── tag.pdf /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openxrlab/xrdocument/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openxrlab/xrdocument/HEAD/README.md -------------------------------------------------------------------------------- /conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openxrlab/xrdocument/HEAD/conf.py -------------------------------------------------------------------------------- /index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openxrlab/xrdocument/HEAD/index.rst -------------------------------------------------------------------------------- /make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openxrlab/xrdocument/HEAD/make.bat -------------------------------------------------------------------------------- /recon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openxrlab/xrdocument/HEAD/recon.sh -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openxrlab/xrdocument/HEAD/requirements.txt -------------------------------------------------------------------------------- /source/ARDemo/ARdemo.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openxrlab/xrdocument/HEAD/source/ARDemo/ARdemo.rst -------------------------------------------------------------------------------- /source/ARDemo/ar_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openxrlab/xrdocument/HEAD/source/ARDemo/ar_demo.png -------------------------------------------------------------------------------- /source/ARDemo/capture_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openxrlab/xrdocument/HEAD/source/ARDemo/capture_app.png -------------------------------------------------------------------------------- /source/ARDemo/pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openxrlab/xrdocument/HEAD/source/ARDemo/pipeline.png -------------------------------------------------------------------------------- /source/ARDemo/supported_devices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openxrlab/xrdocument/HEAD/source/ARDemo/supported_devices.png -------------------------------------------------------------------------------- /source/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openxrlab/xrdocument/HEAD/source/conf.py -------------------------------------------------------------------------------- /source/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openxrlab/xrdocument/HEAD/source/index.rst -------------------------------------------------------------------------------- /source/introduction/intro.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openxrlab/xrdocument/HEAD/source/introduction/intro.rst -------------------------------------------------------------------------------- /source/introduction/openxrlab_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openxrlab/xrdocument/HEAD/source/introduction/openxrlab_logo.png -------------------------------------------------------------------------------- /tag.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openxrlab/xrdocument/HEAD/tag.pdf --------------------------------------------------------------------------------