Example #1
0
        public void DisplayProperties(IntPtr hwnd)
        {
            //depthDevices[0].DisplayPropertyPage(hwnd);
            //depthDevices[0].DisplayCrossbarPropertyPage(hwnd);

            VideoCaptureDevice deD = DevicesDepth[0];

            System.Reflection.PropertyInfo[] infos = deD.GetType().GetProperties();
        }