-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsd_applist.json
52 lines (51 loc) · 1.4 KB
/
sd_applist.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[
{
"id": "1",
"name": "Detect TV/Monitor & Control",
"iconpath":"tvdetection/images/",
"htmlpath": "tvdetection/",
"info":"Tested on XRViewer browser iOS (> iPhone 6s). To control device, need to run TV / mouse control server in local network and configure the IP address."
},
{
"id": "2",
"name": "Ecommerce Store",
"iconpath":"ecommerce/images/",
"htmlpath": "ecommerce/",
"info":"Tested on XRViewer browser iOS (> iPhone 6s). Work with all computer browsers."
},
{
"id": "3",
"name": "Multiple Object Detection in WebXR",
"iconpath":"webxr-tensorflow/images/",
"htmlpath": "webxr-tensorflow/",
"info":"Work on safari iOS (> iPhone 7) and all computer browsers."
},
{
"id": "4",
"name": "Education: 3D Model",
"iconpath":"education/images/",
"htmlpath": "education/",
"info":"Tested on XRViewer browser iOS (> iPhone 6s)."
},
{
"id": "5",
"name": "Board Game",
"iconpath":"boardgame/images/",
"htmlpath": "boardgame/",
"info":"Work on XRViewer browser iOS (> iPhone 6s)."
},
{
"id": "6",
"name": "Video Analysis",
"iconpath":"videoanalysis-tf/images/",
"htmlpath": "videoanalysis-tf/",
"info":"Works best with computer browsers."
},
{
"id": "7",
"name": "Game Controlled by Object Detection)",
"iconpath":"game-objectDetection/images/",
"htmlpath": "game-objectDetection/",
"info":"Work on XRViewer browser iOS (> iPhone 6s)"
}
]