随笔分类 -  Aforge

摘要:/// <summary> /// 获取视频采集设备列表 /// </summary> private void GetCameraList() { try { videoDeviceCoolection = new FilterInfoCollection(FilterCategory.VideoInputDevice); if (videoDeviceCoolection.Count == 0) { ... 阅读全文
posted @ 2013-01-22 12:42 louiskoo 阅读(2054) 评论(1) 推荐(0)