示例#1
0
文件: Form1.cs 项目: Khanzo/avicap
 private void activatecam()
 {
     if (cmbDevices.SelectedIndex != -1)
     {
         PrimeraCamara = DeviceManager.GetDevice(cmbDevices.SelectedIndex); PrimeraCamara.Stop();
         PrimeraCamara = DeviceManager.GetDevice(cmbDevices.SelectedIndex);
         PrimeraCamara.ShowWindow(this.picCapture);
     }
 }