Hi everyone.
I think this piece of code is for C# form not WPF. How can I write this in WPF?
kinectSensor.ColorFrameReady = new EventHandler<Microsoft.Kinect.ColorImageFrameReadyEventArgs>(ColorImageFrameReady_handler);
I get it from http://stackoverflow.com/questions/11114125/how-to-use-colorstream-to-stream-the-rgb-data-on-an-image-in-an-wpf-kinect-appli
thanks!
Add your 2¢