kinect wrapper package: Depth/Color image

hi, I’m using Kinect Wrapper package (http://wiki.etc.cmu.edu/unity3d/index.php/Microsoft_Kinect_-_Microsoft_SDK) and I can’t use DisplayDepth or DisplayColor scripts.
When I attach DisplayDepth.cs to a cube or a plane it gives me this error:

IndexOutOfRangeException: Array index is out of range.
DepthWrapper.processDepth () (at Assets/Kinect/DepthWrapper.cs:136)
DepthWrapper.pollDepth () (at Assets/Kinect/DepthWrapper.cs:103)
DisplayDepth.Update () (at Assets/Kinect/DisplayDepth.cs:18)

Anyone knows how to do that?
thanks

Try replacing all of your Kinect files in the Unity project with the ones I have attached to this post.
They come from an updated version of the package they did here:
http://wiki.etc.cmu.edu/unity3d/index.php/OpenCV_with_Kinect_-_Windows_SDK

[5284-kinect.zip|5284]