文件名称:c#美丑打分
文件大小:992B
文件格式:SLN
更新时间:2021-07-15 17:49:55
c#
private void Form2_Load(object sender, EventArgs e) { skinEngine1.SkinFile = "Clouds3.ssk"; FilterInfoCollection videoDevices; videoDevices = new FilterInfoCollection(FilterCategory.VideoInputDevice); videoSource = new VideoCaptureDevice(videoDevices[0].MonikerString); videoSourcePlayer.VideoSource = videoSource; videoSourcePlayer.Start(); }