private void SaveVideoDevice(ref DirectShowProxy.VideoInputDeviceInfo info) { if (!string.IsNullOrEmpty(info.DevicePath)) { _captureDevices.Add(new WebCameraId(info)); } }