ICameraCapturePreviewSink interface for Windows Phone 8
July 21, 2014
Applies to: Windows Phone 8 and Windows Phone Silverlight 8.1 only
Exposes a method to receive frames from the camera preview.
The ICameraCapturePreviewSink interface inherits from the IUnknown interface. ICameraCapturePreviewSink has this method.
Method | Description |
|---|---|
ICameraCapturePreviewSink::OnFrameAvailable method for Windows Phone 8 | Performs caller-implemented actions each time a frame from the camera preview is available. |
Use this sink by calling the ICameraCaptureDeviceNative::SetPreviewSink method for Windows Phone 8. You can also specify the format of the image data using the ICameraCaptureDeviceNative::SetPreviewFormat method for Windows Phone 8.