There was an error while loading. Please reload this page.
1 parent af78462 commit 8cbdfb5Copy full SHA for 8cbdfb5
RTL/templates/test_flask.html
@@ -54,7 +54,7 @@
54
<body>
55
<div class="content">
56
<div class="container">
57
- <img id='qrcode' src="./qrcode.png">
+ <img id='qrcode' src="./RTL/templates/qrcode.png">
58
<h1 >MonoPort VR Demo</h1>
59
<h3>SIGGRAPH Real-Time Live 2020</h3>
60
<img src="{{ url_for('video_feed') }}">
setup.py
@@ -0,0 +1,13 @@
1
+import setuptools
2
+
3
+setuptools.setup(
4
+ name='monoport',
5
+ url='',
6
+ description='',
7
+ version='1.0.0',
8
+ author='Ruilong Li',
9
+ author_email='ruilongl@usc.edu',
10
+ license='MIT License',
11
+ packages=setuptools.find_packages(),
12
+)
13
0 commit comments