Esempio n. 1
0
        protected CameraDriver(ProCommon.Communal.CameraProperty camProperty)
        {
            if (HoImage != null &&
                HoImage.IsInitialized())
            {
                HoImage.Dispose();
            }
            HalconDotNet.HOperatorSet.GenEmptyObj(out HoImage);

            DriverExceptionDel  = new DriverExceptionOccuredDel(OnDriverExceptionOccured);
            this.CameraProperty = camProperty;
        }
Esempio n. 2
0
 public CamDriver()
 {
     HoImage            = new HalconDotNet.HObject();
     DriverExceptionDel = new DriverExceptionOccuredDel(OnDriverExceptionOccured);
 }
Esempio n. 3
0
 public BoardDriver()
 {
     ExceptionOccuredDel = new DriverExceptionOccuredDel(OnDirverExceptionOccured);
 }