Git Product home page Git Product logo

kinectsdk-unity3d_interface_plugin's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kinectsdk-unity3d_interface_plugin's Issues

KUInterface.dll

Hey,

I am having trouble running the plugin as i keep having error in Unity

DllNotFoundException: /Assets/Kinect/Plugins/KUInterface.dll
KUInterface.Update () (at Assets/Kinect/Scripts/KUInterface.cs:218)

i don't know what to do as the KUInterface.dll is in the plugins

Unity Freeze on 2nd execution

The wrapper starts and quits correctly but on second run Unity freeze.
From the debugger i can see that it never returns from "NUIisReady = KinectWrapper.NuiContextInit(twoPlayer);" call.

I suppose there's something wrong with the Uninit.

Error in 1st execute

ArgumentNullException: Argument cannot be null.
Parameter name: src
System.Runtime.InteropServices.Marshal.Copy (IntPtr source, System.Byte[] destination, Int32 startIndex, Int32 length)
KUInterface.UpdateDepth () (at Assets/Kinect/Scripts/KUInterface.cs:259)
KUInterface.Update () (at Assets/Kinect/Scripts/KUInterface.cs:227)

Error on this line
Marshal.Copy(ptr, seqDepth, 0, size);

Runtime requirement of visual studio 2010

After a few hours of trying to get my demo to work on another machine i finally found why it did not work - kuinterface.dll requires msvcp100d.dll. This is the debug version of the VS2010 runtime library, not available in any redistributable packages i found.

Also just copying this dll is not sufficient - it silently fails without any trace of what failed, at least no trace in Dependency Walker. The only way i found to get rid of the issue and get my unity build be able to use the dll is to install VS2010 C++ (express on target machine, ultimate on development)

So if it would be possible, please compile a release version of your dll.

Also, is it possible to get the .dll sources? On github you have only provided the C# interface.

KINECT SDK v.1.0 COMPATIBILITY

Microsoft has changed the entire API with the release of v.1.0 of the Kinect SDK for Windows.
Apologies, but it might take awhile to resolve.

Feature Request: Coord Mirroring

According to the MS kinect SDK the coordinates are mirrored, and it's up to the programmer to create a transform matrix if needed.

do you think it could be a good feature to add?

DllNotFoundException: /Assets/Kinect/Plugins/KUInterface.dll

Kinect for Windows
Windows 8
Kinect SDK 1.0
Unity 4.0.1

I import the package, drag the KUInterface script onto the Camera in a new scene, press play and this is all that happens:

DllNotFoundException: /Assets/Kinect/Plugins/KUInterface.dll
KUInterface.Update () (at Assets/Kinect/Scripts/KUInterface.cs:218)

over and over and over again. What do I do?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.