vb.net通过Picturebox访问和显示网络摄像头

问题描述:

我对vb.net编程(2010年)非常陌生,并且一直在尝试查找允许我访问我的生活摄像头(不是默认的网络摄像头)并将其显示在图片框中的代码.我还想访问控件(播放,暂停,停止,录制等)并翻转视频图像(这样,当我向右倾斜时,我便向屏幕上播放的视频向右倾斜).但是,当我尝试使用发现的代码时,当我去调试"程序时,会出现一些错误.我可以帮忙吗?

I am VERY new to vb.net programming (2010), and have been trying to find code that allows me to access my lifecam (not the default webcam)and display it in a picture box. I would like to also access the controls (play, pause, stop, record, etc.) and flip the video picture (so that when I lean to my right, I am leaning to the right in the video broadcast on the screen). However, when I try to use the codes I have found there are several errors when I go to "debug" the program. Can I please get some help? Any advice or help would be fantastic!

您将在CodeProject上找到足够的资料,网址为:
^ ],
^ ].

—SA
You will find enough material on CodeProject along:
http://www.codeproject.com/search.aspx?doctypeid=1&q=%28Webcam+OR+%22Web+camera%22+OR+%22USB+Camera%22%29+%22.NET%22+capture[^],
http://www.codeproject.com/search.aspx?doctypeid=5&q=%28Webcam+OR+%22Web+camera%22+OR+%22USB+Camera%22%29+%22.NET%22+capture[^].

—SA