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.
- Loading branch information
Showing
40 changed files
with
1,793 additions
and
146 deletions.
There are no files selected for viewing
File renamed without changes.
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="false" writeToFile="false"> | ||
<!-- 0 - Verbose, 1 - Info, 2 - Warning, 3 - Error (default) --> | ||
<LogLevel value="3"/> | ||
<Masks> | ||
<Mask name="ALL" on="true"/> | ||
</Masks> | ||
<Dumps> | ||
</Dumps> | ||
</Log> | ||
<ProductionNodes> | ||
<!-- Normal Depth --> | ||
<Node type="Depth" name="Depth1"> | ||
<Configuration> | ||
<Mirror on="true"/> | ||
</Configuration> | ||
</Node> | ||
|
||
<!-- Normal Image --> | ||
<Node type="Image" name="Image1" stopOnError="false"> | ||
<Configuration> | ||
<Mirror on="true"/> | ||
</Configuration> | ||
</Node> | ||
|
||
<!-- HighRes Image --> | ||
<!-- | ||
<Node type="Image" name="Image1" stopOnError="false"> | ||
<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="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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
SRC_FILES = ../../../../../Source/Utils/XnSensorServer/*.cpp | ||
|
||
EXE_NAME = XnSensorServer | ||
USED_LIBS = OpenNI XnCore XnFormats XnDDK XnDeviceSensorV2 | ||
#--avin mod-- | ||
USED_LIBS = OpenNI XnCore XnFormats XnDDK XnDeviceSensorV2KM | ||
|
||
include ../EngineUtilMakefile | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
blacklist gspca_kinect | ||
|
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
Oops, something went wrong.