Subversion Repositories Code-Repo

Rev

Rev 289 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
287 Kevin 1
<OpenNI>
2
	<Licenses>
3
		<!-- Add application-specific licenses here 
4
		<License vendor="vendor" key="key"/>
5
		-->
6
	</Licenses>
7
	<Log writeToConsole="false" writeToFile="false">
8
		<!-- 0 - Verbose, 1 - Info, 2 - Warning, 3 - Error (default) -->
9
		<LogLevel value="3"/>
10
		<Masks>
11
			<Mask name="ALL" on="true"/>
12
		</Masks>
13
		<Dumps>
14
		</Dumps>
15
	</Log>
16
	<ProductionNodes>
17
		<!-- Uncomment following line, in order to run from a recording 
18
		<Recording file="sampleRec.oni" />
19
		-->
20
 
21
		<!-- Set global mirror -->
22
		<GlobalMirror on="true"/>
23
 
24
		<!-- Create a depth node and give it a name alias (useful if referenced ahead in this script) -->
25
		<Node type="Depth" name="MyDepth">
26
			<Query>
27
				<!-- Uncomment to filter by vendor name, product name, etc.
28
				<Vendor>MyVendor inc.</Vendor>
29
				<Name>MyProduct</Name>
30
				<MinVersion>1.2.3.4</MinVersion>
31
				<Capabilities>
32
					<Capability>Cropping</Capability>
33
				</Capabilities>
34
				-->
35
			</Query>
36
			<Configuration>
37
				<!-- Uncomment to set requested mode
38
				<MapOutputMode xRes="640" yRes="480" FPS="30"/> 
39
				-->
40
				<!-- Uncomment to override global mirror
41
				<Mirror on="false" /> 
42
				-->
43
			</Configuration>
44
		</Node>
45
 
46
		<!-- Create an image node. If it fails, continue anyway. -->
47
		<Node type="Image" stopOnError="false" />
48
 
49
		<!-- Uncomment nodes from here if you need them.
50
		<Node type="Audio" />
51
		<Node type="User" />
52
		<Node type="Hands" />
53
		<Node type="Gesture" />
54
		<Node type="Scene" />
55
		-->
56
	</ProductionNodes>
57
</OpenNI>