This version of Unity is unsupported.

PhotoCapture.OnCapturedToMemoryCallback

public delegate void OnCapturedToMemoryCallback(Windows.WebCam.PhotoCapture.PhotoCaptureResult result, Windows.WebCam.PhotoCaptureFrame photoCaptureFrame);

Parameters

resultIndicates whether or not the photo was successfully captured to memory.
photoCaptureFrameContains the target texture. If available, the spatial information will be accessible through this structure as well.

Description

Called when a photo has been captured to memory.