CCT.NUI.KinectSDK.SDKDepthImageDataSource.SDKDepthImageDataSource C# (CSharp) 메소드

SDKDepthImageDataSource() 공개 메소드

public SDKDepthImageDataSource ( IKinectSensor nuiRuntime ) : System
nuiRuntime IKinectSensor
리턴 System
        public SDKDepthImageDataSource(IKinectSensor nuiRuntime)
            : base(nuiRuntime)
        {
            this.depthFrame32 = new byte[Width * Height * 4];
        }