-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Depth Data #16
Comments
In https://github.com/Kinect/tutorial/blob/master/Kinect2Sample.Lab4/Kinect2Sample/MainPage.xaml.cs you have access to the array of depth data, element by element in: ConvertDepthDataToPixels. You can simply output them to a file in whatever format you wish at the same time…. From: jss8649 [mailto:[email protected]] Hi I'm a student at the Rochester Institute of Technology and I found your labs very useful. In regards to your fourth lab do you know of a way to take the depth data constructed in this lab and print it off into a text file? This would benefit my purposes greatly and I would appreciate any help you could offer. My email is: [email protected]:[email protected]. Thank you for your time. — |
I don't mean to sound dense but what would be the way to output the On Thursday, November 12, 2015, Chris White [email protected]
|
yields https://msdn.microsoft.com/en-us/library/8bh11f1k.aspx Congrats on getting started with programming! I’ve found the most useful programming tool in the world is actually a search engine. From: jss8649 [mailto:[email protected]] I don't mean to sound dense but what would be the way to output the On Thursday, November 12, 2015, Chris White <[email protected]mailto:[email protected]>
— |
Down at the bottom of your screen there is a window called “Error List” which will explain what the issue is. Good luck. ☺ Unfortunately, we cannot do general programming support through this forum. If you have additional Kinect specific questions feel free to reach out, or use the Kinect developer forums. General programming questions can often be answered on Stack Overflow. -C From: jss8649 [mailto:[email protected]] Shown in the picture above is my code. Why am I getting an error with the word File? — |
Hi I'm a student at the Rochester Institute of Technology and I found your labs very useful. In regards to your fourth lab do you know of a way to take the depth data constructed in this lab and print it off into a text file? This would benefit my purposes greatly and I would appreciate any help you could offer. My email is: [email protected]. Thank you for your time.
The text was updated successfully, but these errors were encountered: