Visionpro相机硬件触发笔记
1 using Cognex.VisionPro; 2 using Cognex.VisionPro.FGGigE; 3 using Cognex.VisionPro.FGGigE.Implementation.Internal; 4 using Cognex.VisionPro.ToolBlock; 5 using System; 6 using System.Collections.Generic; 7 using System.ComponentModel; 8 using System.Data; 9 using System.Drawing; 10 using System.Linq; 11 using System.Text; 12 using System.Windows.Forms; 13 14 namespace 康耐视硬件触发测试 15 { 16 public partial class Form1 : Form 17 { 18 CogToolBlock tb = null ; 19 CogAcqFifoTool acq = null ; 20 CogAcqFifoTool tacq = null ; 21 22 private string path = Application.StartupPath + " \\Tool\\ " + " tb.vpp " ;