Catel.Services.CameraService.GetPreviewBufferYFromCamera C# (CSharp) Method

GetPreviewBufferYFromCamera() protected method

Copies the luminance data for 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 GetPreviewBufferYFromCamera ( byte pixelData ) : void
pixelData byte The YCrCb pixel data.
return void
        protected override void GetPreviewBufferYFromCamera(byte[] pixelData)
        {
            throw new MustBeImplementedException();
        }