码迷,mamicode.com
首页 > 其他好文 > 详细

VisionPro关闭程序断开相机连接

时间:2019-06-19 15:11:02      阅读:82      评论:0      收藏:0      [点我收藏+]

标签:reac   connect   cat   span   using   frame   nec   bsp   inter   

using Cognex.VisionPro.FGGigE;
using Cognex.VisionPro.FGGigE.Implementation.Internal;
            //关闭相机连接,防止程序报错
            CogFrameGrabberGigEs cameras = new CogFrameGrabberGigEs();

            try
            {
                foreach (CogFrameGrabberGigE item in cameras)
                {
                    item.Disconnect(false);
                }
            }
            catch (Exception ex)
            {
                Log.WriteTxt(ex.Message);
            }

 

VisionPro关闭程序断开相机连接

标签:reac   connect   cat   span   using   frame   nec   bsp   inter   

原文地址:https://www.cnblogs.com/MyVision/p/11051141.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!