C# Class KSUtil.Recording

Recording class, which supports recording streams from the Kinect sensor
Afficher le fichier Open project: angelaHillier/KSUtil

Méthodes publiques

Méthode Description
RecordClip ( KStudioClient client, string filePath, System.TimeSpan duration, IEnumerable streamNames ) : void

Records streams from the Kinect sensor to an event file

Method Details

RecordClip() public static méthode

Records streams from the Kinect sensor to an event file
public static RecordClip ( KStudioClient client, string filePath, System.TimeSpan duration, IEnumerable streamNames ) : void
client KStudioClient KStudioClient which is connected to the Kinect service
filePath string Path to new event file which will be created for recording
duration System.TimeSpan How long the recording should last before being stopped
streamNames IEnumerable Collection of streams to include in the recording
Résultat void