コード例 #1
0
 private static extern void Windows_Kinect_ColorFrameSource_add_FrameCaptured(RootSystem.IntPtr pNative, _Windows_Kinect_FrameCapturedEventArgs_Delegate eventCallback, bool unsubscribe);
コード例 #2
0
ファイル: KinectWrapper.cs プロジェクト: ZuomingShi/UMC
 private static extern void Windows_Kinect_BodyIndexFrameSource_add_FrameCaptured(_Windows_Kinect_FrameCapturedEventArgs_Delegate eventCallback, bool unsubscribe);
コード例 #3
0
ファイル: KinectWrapper.cs プロジェクト: ZuomingShi/UMC
 private static extern void Windows_Kinect_LongExposureInfraredFrameSource_add_FrameCaptured(_Windows_Kinect_FrameCapturedEventArgs_Delegate eventCallback, bool unsubscribe);
コード例 #4
0
ファイル: BodyFrameSource.cs プロジェクト: iEmily/nutra-ninja
 private static extern void Windows_Kinect_BodyFrameSource_add_FrameCaptured(RootSystem.IntPtr pNative, _Windows_Kinect_FrameCapturedEventArgs_Delegate eventCallback, bool unsubscribe);