• 摄像头如何捕捉视频,并在客户端显示

    摄像头如何捕捉视频,并在客户端显示 部分代码如下: namespace testDemo { public partial class Form1 : Form { private CapCamera camera; public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { camera = new CapCamera(panel1.Handle, panel1.Width, panel1.Height); camera.StartCaptureCamera(); } private void button2_Click(object sender, EventArgs e) { camera.CloseCaptureCamera(); } } }

    0
    70
    16KB
    2010-12-01
    9
  • 在线考试系统

    net版的通用在线考试系统

    0
    34
    3KB
    2007-10-12
    6
关注 私信
上传资源赚积分or赚钱