You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2023. It is now read-only.
<imgsrc="how_the_demo_looks.gif"alt="how_the_demo_looks.gif is not yet loaded."style="height:400px;width:452px;"/>
7
+
<br />
8
+
<p>HTML5 Depth Capture tutorial shows how to access depth stream, check the <ahref="https://01.org/chromium/blogs/astojilj/2017/depth-camera-capture-html5">tutorial text</a> or <ahref="depthdemo.html">run the live demo here.</a></p>
9
+
</td>
10
+
<tdalign="center"valign="center">
11
+
<imgsrc="typing_in_the_air/typing_in_the_air.gif"alt="typing_in_the_air.gif is not yet loaded."style="height:400px;width:702px;"/>
12
+
<br />
13
+
<p>Typing in the air tutorial shows how to use depth stream and WebGL transform feedback to do simple gesture recognition. Check the <ahref="typing_in_the_air/doc/tutorial.html">tutorial text</a> and <ahref="typing_in_the_air/front_capture_typing.html">run the live demo here.</a></p>
14
+
</td>
15
+
<tdalign="center"valign="center">
16
+
<imgsrc="https://github.com/01org/depthcamera-pointcloud-web-demo/raw/master/recording.gif"alt="https://github.com/01org/depthcamera-pointcloud-web-demo/raw/master/recording.gif is not yet loaded."style="height:400px;width:422px;"/>
17
+
<br />
18
+
<p>3D point cloud rendering demo shows how to render and synchronize depth and color video on GPU. <ahref="https://01org.github.io/depthcamera-pointcloud-web-demo/">Run the live demo here.</a></p>
19
+
</td>
20
+
</tr>
21
+
</table>
4
22
5
23
To capture and manipulate depth camera stream in HTML5, you'll need:
6
24
* Chrome browser version 58 or later (no need for additional extensions),
@@ -15,7 +33,9 @@ These are the constraints of current implementation. The plan is to support othe
15
33
An explanation on how to use the depth camera is in the article
16
34
[Depth Camera Capture in HTML5](https://01.org/chromium/blogs/astojilj/2017/depth-camera-capture-html5).
17
35
36
+
18
37
The example code here covers:
38
+
19
39
* Displaying depth video stream in <video> element
20
40
* uploading depth frame data to WebGL texture,
21
41
* enumerating depth frame data pixel values in loop.
<imgsrc="how_the_demo_looks.gif" alt="how_the_demo_looks.gif is not yet loaded." style="max-width:400px;"/>
5
+
<imgsrc="how_the_demo_looks.gif" alt="how_the_demo_looks.gif is not yet loaded." style="height:400px;width:452px;"/>
6
6
<br/>
7
-
<p>HTML5 Depth Capture Demo. <ahref="depthdemo.html">Run live demo here.</a></p>
7
+
<p>HTML5 Depth Capture tutorial shows how to access depth stream, check the <ahref="https://01.org/chromium/blogs/astojilj/2017/depth-camera-capture-html5">tutorial text</a> or <ahref="depthdemo.html">run the live demo here.</a></p>
8
+
</td>
9
+
<tdalign="center" valign="center">
10
+
<imgsrc="https://github.com/01org/depthcamera-pointcloud-web-demo/raw/master/recording.gif" alt="https://github.com/01org/depthcamera-pointcloud-web-demo/raw/master/recording.gif is not yet loaded." style="height:400px;width:422px;"/>
11
+
<br/>
12
+
<p>3D point cloud rendering demo shows how to render and synchronize depth and color video on GPU. <ahref="https://01org.github.io/depthcamera-pointcloud-web-demo/">Run the live demo here.</a></p>
13
+
</td>
14
+
<tdalign="center" valign="center">
15
+
<imgsrc="typing_in_the_air/typing_in_the_air.gif" alt="typing_in_the_air.gif is not yet loaded." style="height:400px;width:702px;"/>
16
+
<br/>
17
+
<p>Typing in the air tutorial shows how to use depth stream and WebGL transform feedback to do simple gesture recognition. Check the <ahref="typing_in_the_air/doc/tutorial.html">tutorial text</a> and <ahref="typing_in_the_air/front_capture_typing.html">run the live demo here.</a></p>
0 commit comments