/// <summary>
/// 启动摄像头类 需要引用using AForge.Video; using AForge.Video.DirectShow;
/// </summary>
public class Video
{
///---声明变量
private FilterInfoCollection USE_Webcams = null;
private VideoCaptureDevice Camera = null;
public event EventHandler<Event
C# 启动Windows摄像头类 使用Aforge.net
最新推荐文章于 2025-05-09 18:24:41 发布