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.StartRecordingAsync

public void StartRecordingAsync(string filename, VR.WSA.WebCam.VideoCapture.OnStartedRecordingVideoCallback onStartedRecordingVideoCallback);

Parameters

filename The name of the video to be recorded to.
onStartedRecordingVideoCallback Invoked as soon as the video recording begins.

Description

Asynchronously records a video from the web camera to the file system.