forked from avin2/SensorKinect
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for high-res 1280x1024 IR and Image (at ~10 FPS)
- Loading branch information
Showing
7 changed files
with
95 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<OpenNI> | ||
<Licenses> | ||
<!-- Add licenses here | ||
<License vendor="vendor" key="key"/> | ||
--> | ||
</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> | ||
<!-- Normal Image --> | ||
<Node type="Image" name="Image1"> | ||
<Configuration> | ||
<MapOutputMode xRes="640" yRes="480" FPS="30"/> | ||
<Mirror on="true"/> | ||
</Configuration> | ||
</Node> | ||
|
||
<!-- HighRes Image --> | ||
<!-- | ||
<Node type="Image" name="Image1"> | ||
<Configuration> | ||
<MapOutputMode xRes="1280" yRes="1024" FPS="15"/> | ||
<Mirror on="true"/> | ||
</Configuration> | ||
</Node> | ||
--> | ||
|
||
<!-- Normal IR --> | ||
<!-- | ||
<Node type="IR" name="IR1"> | ||
<Configuration> | ||
<MapOutputMode xRes="640" yRes="480" FPS="30"/> | ||
<Mirror on="true"/> | ||
</Configuration> | ||
</Node> | ||
--> | ||
|
||
<!-- HighRes IR --> | ||
<!-- | ||
<Node type="IR" name="IR1"> | ||
<Configuration> | ||
<MapOutputMode xRes="1280" yRes="1024" FPS="15"/> | ||
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters