VideoCapture.StartRecordingAsync

Cambiar al Manual
public void StartRecordingAsync (string filename, XR.WSA.WebCam.VideoCapture.OnStartedRecordingVideoCallback onStartedRecordingVideoCallback);

Parámetros

filenameThe name of the video to be recorded to.
onStartedRecordingVideoCallbackInvoked as soon as the video recording begins.

Descripción

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