Exemplo n.º 1
0
        public override Object Attend()
        {
            if (this.path != null)
            {
                TISCameraDriver driver = TISCameraManager.GetReference().getDriver(camera);
                driver.CaptureVideo(this.path, this.video, this.codec, this.time);

                return(null);
            }
            else
            {
                throw new Exception("The path is not defined.");
            }
        }