调用笔记本摄像头

话不多说,上代码 //连接摄像头 private void button1_Click(object sender, EventArgs e) { VideoCaptureDevice videoSource = new VideoCaptureDevice(videoDevices[tscbxCameras.SelectedIndex].MonikerString); videoSource.D
相关文章
相关标签/搜索