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

Lab 3 typos #7

Closed Derived42 closed 9 years ago

Derived42 commented 9 years ago

I noticed in the lab write up that you say the application should bring up the infrared display after all the coding. However, in the code you've set the DEFAULT_DISPLAYFRAMETYPE = DisplayFrametype.Color.

Might cause some confusion.

jesse-nsquared commented 9 years ago

Hi Derived42,

Are you referring to the Color Lab? At step 8 it says: "Build and Run the application to make sure there are no errors. The application should show the infrared frame as in the previous lab."

I've just changed it to: "Build and Run the application to make sure there are no errors. The application should show the new color frame as it is set to the DEFAULT_DISPLAYFRAMETYPE."

And also changed the wording later on to switch feeds.

Thanks for finding this!