Esempio n. 1
0
        public Camera()
        {
            Detector             = new MotionDetector();
            BitmapSourceProvider = new BitmapSourceProvider();
            Connector            = new MediaConnector();
            VadFilter            = new VADFilter {
                Enabled = false, ActivationLevel = 40
            };
            Snapshot = new SnapshotHandler();

            VadFilter.VoiceDetected += VadFilterVoiceDetected;
            Duration = 10;
        }
        public Camera()
        {
            Detector = new MotionDetector();
            BitmapSourceProvider = new BitmapSourceProvider();
            Connector = new MediaConnector();
            VadFilter = new VADFilter { Enabled = false, ActivationLevel = 40 };
            Snapshot = new SnapshotHandler();

            VadFilter.VoiceDetected += VadFilterVoiceDetected;
            Duration = 10;
        }