我是C#的新手。我想有捕捉图像使用网络摄像头,而不是上传图像功能。这是我上传图片的代码。
注意:
"MyQuery" is my class name. Then conn is my connection declared inside my "MyQuery" class name.
这是当按钮被触发时的上传图像
private void button1_Click(object sender, EventArgs e){
MyQuery capture = new MyQuery();
capture.Connection();