会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
5free
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2019年10月28日
Basler Pylon 采集参数
摘要: Acquisition Mode 采集模式 允许用户选择选择单帧或连续图像采集。 enum AcquisitionModeEnums { AcquisitionMode_SingleFrame, //!<Sets the acquisition mode to single frame Acquis
阅读全文
posted @ 2019-10-28 16:34 5free
阅读(3430)
评论(0)
推荐(0)
Basler Pylon 简单抓图
摘要: 简单抓图步骤: StartGrabbing 开始抓取,状态 isGrabbing RetrieveResult 接收数据,完成后触发 StopGrabbing 数据由 CGrabResultPtr 指针接收,状态 GrabSucceeded runtime 由 PylonInitialize 初始化
阅读全文
posted @ 2019-10-28 13:13 5free
阅读(3380)
评论(0)
推荐(0)