HQ NETWORK: XBOXONE-HQ.COM | 360-HQ.COM | XBOX-HQ.COM | C64-HQ.COM | SIDAMP.COM
Install Kinect OpenNI Drivers on Windows 7
Published by Den Ivanov on 2011-03-09


Just installed OpenNI files to my home PC and run few samples. Working pretty good. Below simple instruction how to setup OpenNI for kinect hardware on Windows (i used Windows 7 Pro 64)


1. First uninstall all previous drivers (NUI or libfreenect)

2. Then install drivers from https://github.com/avin2/SensorKinect use manual install from 'PlatformWin32Driver' ,after correct install you will have 'Kinect Motor' and ' 'Kinect Camera' under 'PrimeSensor'

Kinect и OpenNI

3. Install OpenNI and NITE

4. Run SensorKinect-Win32-5.0.0.exe from 'Bin' folder in package you get on step 2.

5. put this into 'NITE/Data/Sample-User.xml' file

Download: Kinect_OpenNI_Sample-User.xml.zip

[code]

<OpenNI>
<Licenses>
<License vendor="PrimeSense" key="0KOIk2JeIBYClPWVnMoRKn5cdY4="/>
</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>
<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="User" name="User1"/>
<!--
<Node type="Audio" name="Audio1">
</Node>

-->
</ProductionNodes>
</OpenNI>

Also uncomment add fill all License nodes inside Sample-Scene.xml and Sample-Tracking.xml

<Licenses>
<License vendor="PrimeSense" key="0KOIk2JeIBYClPWVnMoRKn5cdY4="/>
</Licenses>

[/code]
Then run samples.



Related Link: Den Ivanov blog


Permalink:
https://www.360-hq.com/xbox-tutorials-164.html