Kinect / tutorial

Tutorial on the v2 Kinect platform. Walk thru the whole thing at http://kinect.github.io/tutorial
MIT License
173 stars 63 forks source link

DirectX #8

Open tinnytaz opened 9 years ago

tinnytaz commented 9 years ago

I have run into the issue that neither the color face or the face game are displaying properly. The color face displays as a miniature image at the top of the screen, while the face game doesn't appear at all. The MainPage.xaml returns the errors that "ScenePanel" does not exist in "using:DirectXSceneStore", "dx:ScenePanel" was not found, and "DisplayTypeToVisibilityConverter" does not exist in the namespace. Any help would be greatly appreciated.

benlower commented 9 years ago

What OS are you on and what GPU do you have? Have you run the Kinect Configuration Verifier tool?

-----Original Message----- From: "tinnytaz" notifications@github.com Sent: ‎5/‎1/‎2015 8:22 To: "Kinect/tutorial" tutorial@noreply.github.com Subject: [tutorial] DirectX (#8)

I have run into the issue that neither the color face or the face game are displaying properly. The color face displays as a miniature image at the top of the screen, while the face game doesn't appear at all. The MainPage.xaml returns the errors that "ScenePanel" does not exist in "using:DirectXSceneStore", "dx:ScenePanel" was not found, and "DisplayTypeToVisibilityConverter" does not exist in the namespace. Any help would be greatly appreciated. — Reply to this email directly or view it on GitHub.

tinnytaz commented 9 years ago

I am currently running it on Windows 8.1 with an Intel(R) HD Graphics 4600. I have run the Verifier tool, which all checked out.

benlower commented 9 years ago

@carmines any ideas here? @tinnytaz thx for confirming. sounds like your config should work.

ghost commented 9 years ago

from the directory you downloaded the entire tutorial to, you should have a folder/project call DirectXSceneStore. Either compile the project and add a reference to the compiled .dll, or from your current project, right click the solution and select "Add Project". From the dialog, navigate to the DirectXSceneStore folder and add the .vcxproj