forked from KinectToVR/k2vr-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
get-started-2.html
92 lines (92 loc) · 5.96 KB
/
get-started-2.html
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>KinectToVR: Getting started</title>
<meta property="og:title" content="KinectToVR: Getting started"/>
<meta name="description" content="Important things to know before you begin"/>
<meta property="og:description" content="Important things to know before you begin"/>
<meta property="twitter:image:src" content="https://k2vr.tech/img/opengraph.png"/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="theme-color" content="#5E149D"/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&&family=M+PLUS+Rounded+1c:wght@600&display=swap&family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/get-started.css">
<link rel="icon" type="image/ico" href="img/favicon.ico">
</head>
<body>
<ul class="nav justify-content-end">
<a href="index.html"><div class="logo">
<p class="logotype d-none d-md-block">KinectToVR</p>
</div></a>
<li class="nav-item">
<a class="nav-link active" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="docs/index.html">Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="https://github.com/KinectToVR">GitHub</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="https://discord.gg/YBQCRDG">Discord</a>
</li>
</ul>
<br>
<div class="jumbotron jumbotron-fluid">
<div class="container justify-content-end">
<p class="gs-progress">2 / 3</p>
<h1 class="display-3">Device compatibility</h1>
<div class="row">
<div class="col-1 col-icon" style="background-image: url(img/webcam-no.svg); background-size: 5em; height: 6em;">
</div>
<div class="col">
<h2>Webcam</h2>
<p><span style="color: rgb(251, 20, 89); font-weight: 800;">INCOMPATIBLE!</span> Off-the-shelf webcams cannot work with KinectToVR because they lack the additional depth-sensing hardware found in a Kinect.</p>
<p>You should check out <a href="https://github.com/ju1ce/April-Tag-VR-FullBody-Tracker">AprilTags</a> or <a href="https://github.com/ju1ce/Mediapipe-VR-Fullbody-Tracking">Mediapipe</a> instead.</p>
</div>
</div>
<br>
<div class="row">
<div class="col-1 col-icon" style="background-image: url(img/kinect360.svg);">
</div>
<div class="col">
<h2>Xbox 360 Kinect / Kinect for Windows V1</h2>
<p>This Kinect model is recommended. All features of K2EX will work with it. But it may not fit for smaller rooms. <a href="https://discord.gg/YBQCRDG">We can help you figure this out over on Discord</a></p>
</div>
</div>
<br>
<div class="row">
<div class="col-1 col-icon" style="background-image: url(img/kinectone.svg);">
</div>
<div class="col">
<h2>Xbox One Kinect / Kinect for Windows V2</h2>
<p>While fully compatible, you may run into tracking instability and a have a hard time getting the device to work properly.</p>
<div class="alert alert-warning" role="alert" style="background:transparent; border: 3px #ff0 solid; color: #ff0;">
<strong style="font-size: large;">We recommend against buying the Xbox One Kinect for reasons stated on --> </strong> <a href="docs/why-avoid-kinectv2.html" class="alert-link" style="color: #ff0; margin-left: .1em;"> this page</a>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-1 col-icon" style="background-image: url(img/psmove.svg);">
</div>
<div class="col">
<h2>PlayStation Move + PlayStation Eye</h2>
<p>System resource usage is much higher. The setup is long and complicated, and you will need 3 PS Move controllers and at least 2 PS Eye cameras.<br>Only do this if you already own all the hardware.</p>
</div>
</div>
<br>
<div class="container-fluid" style="text-align: right; padding: 0;">
<a class="btn btn-lg" href="get-started-3.html" role="button" style="padding:1em 2em; text-transform: uppercase; background: var(--background-tertiary); color: #fff;">Continue</a>
</div>
</div>
</div>
</body>
</html>