Mercurial > hg > grouptrack
diff bin/data/openni/config/SamplesConfig.xml @ 2:c265c6b3b98d
Added bin/data/
author | samer |
---|---|
date | Thu, 09 Feb 2012 17:27:14 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/data/openni/config/SamplesConfig.xml Thu Feb 09 17:27:14 2012 +0000 @@ -0,0 +1,34 @@ +<OpenNI> + <Licenses> + <!-- Add licenses here + <License vendor="vendor" key="key"/> + --> + </Licenses> + <Log writeToConsole="true" writeToFile="true"> + <!-- 0 - Verbose, 1 - Info, 2 - Warning, 3 - Error (default) --> + <LogLevel value="0"/> + <Masks> + <Mask name="ALL" on="true"/> + </Masks> + <Dumps> + </Dumps> + </Log> + <ProductionNodes> + <Node type="Image" name="Image1"> + <Configuration> + <MapOutputMode xRes="640" yRes="480" FPS="30"/> + <Mirror on="true"/> + </Configuration> + </Node> + <Node type="Depth" name="Depth1"> + <Configuration> + <MapOutputMode xRes="640" yRes="480" FPS="30"/> + <Mirror on="true"/> + </Configuration> + </Node> + <!-- + <Node type="Audio" name="Audio1"> + </Node> + --> + </ProductionNodes> +</OpenNI>