摘要: https://blog.csdn.net/sctzkj/article/details/38301661 阅读全文
posted @ 2022-03-16 10:53 冰糖小袁子 阅读(298) 评论(0) 推荐(0)
摘要: 根据官方demo修改出来的类 public class DaHuaCam { List<IGrabbedRawData> m_frameList; // 图像缓存列表 | frame data list Mutex m_mutex = new Mutex(); // 锁,保证多线程安全 | mute 阅读全文
posted @ 2022-02-26 15:26 冰糖小袁子 阅读(1907) 评论(1) 推荐(1)
摘要: https://www.cnblogs.com/zhangzhi19861216/p/5362090.html 阅读全文
posted @ 2022-01-08 15:34 冰糖小袁子 阅读(20) 评论(0) 推荐(0)
摘要: 第一种方法 设置曝光 m_pMyCamera.MV_CC_SetFloatValue_NET(strKey, nValue);(strKey=“ExposureTime”,nValue=1000 or 2000(数字为曝光时间,单位微秒,不能超过相机最大曝光时间)) 设置增益 m_pMyCamera 阅读全文
posted @ 2021-12-20 16:18 冰糖小袁子 阅读(3753) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/aijiao/p/10195879.html //禁止程序多次开启 Process[] p = Process.GetProcessesByName(Process.GetCurrentProcess().ProcessName); if (p.Len 阅读全文
posted @ 2021-11-12 13:35 冰糖小袁子 阅读(144) 评论(0) 推荐(0)
摘要: 阿里巴巴矢量图标库 https://www.iconfont.cn/collections/index?spm=a313x.7781069.1998910419.5&type=1&page=4 阅读全文
posted @ 2021-11-12 11:17 冰糖小袁子 阅读(32) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using HalconDotNet; using Basler.Pylon; using System.Runtime.Int 阅读全文
posted @ 2021-11-08 11:15 冰糖小袁子 阅读(727) 评论(1) 推荐(0)
摘要: https://www.cnblogs.com/dathlin/p/7469679.html 遇到过的问题: 在使用三菱PLC进行通信的时候,使用HSL可以连接上,但不能进行读写(PLC端软件采用GX Works3写的 ) 看PLC 软件设置,里面只有一个IP地址! 类似这种 解决办法:增加一个IP 阅读全文
posted @ 2021-11-08 11:11 冰糖小袁子 阅读(1106) 评论(0) 推荐(0)
摘要: Basler自带SDK修改的类 class MyBaslar { private Camera camera = null; public delegate void ImageEventHandler(object sender, ImageEventArgs e); public event I 阅读全文
posted @ 2021-08-13 10:27 冰糖小袁子 阅读(2102) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/larry-xia/p/9236904.html 阅读全文
posted @ 2021-05-28 10:36 冰糖小袁子 阅读(161) 评论(0) 推荐(0)