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.

VideoCapture.OnVideoCaptureResourceCreatedCallback

public delegate void OnVideoCaptureResourceCreatedCallback(VR.WSA.WebCam.VideoCapture captureObject);

Parameters

captureObject The VideoCapture instance.

Description

Called when a VideoCapture resource has been created.

If the instance failed to be created, the instance returned will be null.