摘要:
根据官方demo修改出来的类 public class DaHuaCam { List<IGrabbedRawData> m_frameList; // 图像缓存列表 | frame data list Mutex m_mutex = new Mutex(); // 锁,保证多线程安全 | mute 阅读全文
摘要:
https://www.cnblogs.com/aijiao/p/10195879.html //禁止程序多次开启 Process[] p = Process.GetProcessesByName(Process.GetCurrentProcess().ProcessName); if (p.Len 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using HalconDotNet; using Basler.Pylon; using System.Runtime.Int 阅读全文
摘要:
Basler自带SDK修改的类 class MyBaslar { private Camera camera = null; public delegate void ImageEventHandler(object sender, ImageEventArgs e); public event I 阅读全文