Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PhotoCapture.OnCapturedToMemoryCallback

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

Parameters

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.

Description

Called when a photo has been captured to memory.