Note that there are some explanatory texts on larger screens.

plurals
  1. POKinect Initialization error (Failed in native DLL. HRESULT=0x8004022b.)
    primarykey
    data
    text
    <p>I've been developing with kinect XBOX 360 for a while. Today, after connecting a different kinect device (XBOX 360) i've started getting an error on the initalization line:</p> <pre><code> kinect.Initialize(RuntimeOptions.UseSkeletalTracking | RuntimeOptions.UseDepthAndPlayerIndex | RuntimeOptions.UseColor); </code></pre> <p>The error I was getting:</p> <blockquote> <p>Failed in native DLL. HRESULT=0x8004022b.</p> </blockquote> <p>and the stack trace showed:</p> <blockquote> <p>at Microsoft.Research.Kinect.Nui.SkeletonEngine..ctor(Runtime mainNui, CINuiInstanceHelper nuiInstance)</p> </blockquote> <p>I've already tried : </p> <p><ol> <li>Reinstalling all kinect related drivers and restarting.</li> <li>Switching back to the old kinect sensor I was using. </li> <li>Reinstalling the kinect sdk (the version i'm using is : Microsoft Kinect 1.0 Beta2 SDK v.1.0.0.45</li> <li>The following link - <a href="http://social.msdn.microsoft.com/Forums/en-US/kinectsdk/thread/5b9ffac3-86c0-4147-a6c7-f8e4bbc73c56" rel="nofollow">http://social.msdn.microsoft.com/Forums/en-US/kinectsdk/thread/5b9ffac3-86c0-4147-a6c7-f8e4bbc73c56</a> - talks about finding the registry key but I couldn't understand how to do it.</li> <li>According to this link - <a href="http://msdn.microsoft.com/en-us/library/ms919477.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms919477.aspx</a> this is an error code:</p> <blockquote> <p>VFW_E_SAMPLE_REJECTED This sample cannot be rendered. 0x8004022B 555</li> </ol> is there a way I could use it to solve the problem?</p> </blockquote> <p>I'm running win7 64 bit.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload