Mercurial > hg > grouptrack
view bin/data/openni/config/SamplesConfig.xml @ 16:79de93763a94 tip
Removed termapp, which now has it's own project (mtri-termtrack)
author | samer |
---|---|
date | Mon, 27 Feb 2012 20:38:12 +0000 |
parents | c265c6b3b98d |
children |
line wrap: on
line source
<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>