PhotoCamera.GetPreviewBufferArgb32 Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Copies the current viewfinder ARGB frame into a buffer for further manipulation.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- pixelData
- Type:
System.Int32
()
The ARGB pixel data.
For more information about how to implement this member, see How to work with grayscale in a camera app for Windows Phone 8.
Important Note: |
|---|
The YCbCrPixelLayout class is not recommended for determining pixel layout on Windows Phone 8. YCbCr data provided by GetPreviewBufferArgb32(Int32()) follows the NV12 or NV21 format, depending on the version of phone. Apps running on Windows Phone 8 should process YCbCr data according to the NV12 standard rather than use YCbCrPixelLayout to determine pixel the layout. Apps running on phones prior to Windows Phone 8 should process YCbCr data according to the NV21 standard. |
Important Note: