I keep getting 2 errors, tested individually to avoid confusion:
The First is as follows below: (after I installed the Microsoft Kinect SDK as of recent).
XamlParseException. It says "The invocation of the constructor on type "WpfApplication1.MainWindow" that matches the specified binding constraints threw an exception.' Line number 3 and the line position 9"
The Second is when I add image1.Source = e.ImageFrame.ToBitmapSource();
It is see as an ambiguous call I think conflicting with Microsoft.Kinect instead of Microsoft.Research.Kinect .
I can't seem to resolve these two issues. Help is greatly appreciated and thanks in advance.
Comments
Camera Fundamentals (Beta 2 SDK)
Hey there,
I keep getting 2 errors, tested individually to avoid confusion:
The First is as follows below: (after I installed the Microsoft Kinect SDK as of recent).
XamlParseException.
It says "The invocation of the constructor on type "WpfApplication1.MainWindow" that matches the specified binding constraints threw an exception.' Line number 3 and the line position 9"
The Second is when I add image1.Source = e.ImageFrame.ToBitmapSource();
It is see as an ambiguous call I think conflicting with Microsoft.Kinect instead of Microsoft.Research.Kinect .
I can't seem to resolve these two issues. Help is greatly appreciated and thanks in advance.