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; }