Version: 2017.2

PhotoCapture.OnCapturedToMemoryCallback

Cambiar al Manual
public delegatevoid OnCapturedToMemoryCallback (XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult result, XR.WSA.WebCam.PhotoCaptureFrame photoCaptureFrame);

Parámetros

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

Descripción

Called when a photo has been captured to memory.