Catel.Services.CameraService.GetPreviewBufferYCbCrFromCamera C# (CSharp) 메소드

GetPreviewBufferYCbCrFromCamera() 보호된 메소드

Copies the current viewfinder frame into a buffer for further manipulation.
This method is already protected and only called when the service is currently running.
protected GetPreviewBufferYCbCrFromCamera ( byte pixelData ) : void
pixelData byte The pixel data.
리턴 void
        protected override void GetPreviewBufferYCbCrFromCamera(byte[] pixelData)
        {
            throw new MustBeImplementedException();
        }
    }