예제 #1
0
        public WebcamRecorder(VideoRecorderSettings settings)
        {
            this.Settings = settings;

            this.Initialize();
            RunTaskOnInterval(this.RestartCapture, this.Settings.VideoLength);
        }
예제 #2
0
        public WebcamRecorder(VideoRecorderSettings settings)
        {
            this.Settings = settings;

            this.Initialize();
            RunTaskOnInterval(this.RestartCapture, this.Settings.VideoLength);
        }