[C#] c# 使用AForge.NET操作摄像头操作代码 →→→→→进入此内容的聊天室

来自 , 2019-02-04, 写在 C#, 查看 87 次.
URL http://www.code666.cn/view/7a544863
  1.  
  2.  
  3. private void video_NewFrame(object sender, NewFrameEventArgs eventArgs)  
  4.        {  
  5.            Bitmap img = (Bitmap)eventArgs.Frame.Clone();  
  6.            //do processing here  
  7.            pictureBox1.Image = img;  
  8.        }  
  9.  
  10.  
  11. //csharp/6116

回复 " c# 使用AForge.NET操作摄像头操作代码"

这儿你可以回复上面这条便签

captcha