diff kinect.xml @ 0:1478aad947a6

init
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Mon, 31 Jan 2011 03:46:10 +0900
parents
children 7e112b536f0a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/kinect.xml	Mon Jan 31 03:46:10 2011 +0900
@@ -0,0 +1,24 @@
+<OpenNI>
+        <Licenses>
+                <License vendor="PrimeSense" key="insert key here"/>
+        </Licenses>
+        <Log writeToConsole="true" writeToFile="false">
+                <!-- 0 - Verbose, 1 - Info, 2 - Warning, 3 - Error (default) -->
+                <LogLevel value="3"/>
+                <Masks>
+                        <Mask name="ALL" on="false"/>
+                </Masks>
+                <Dumps>
+                </Dumps>
+        </Log>
+        <ProductionNodes>
+                <Node type="Depth">
+                        <Configuration>
+                                <MapOutputMode xRes="640" yRes="480" FPS="30"/>
+                                <Mirror on="true"/>
+                        </Configuration>
+                </Node>
+                <Node type="Gesture" />
+                <Node type="Hands" />
+        </ProductionNodes>
+</OpenNI>