上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 76 下一页
摘要: 项目git地址,欢迎点赞、评论、提建议!!! QtVision/Qt多相机 at main · zuoyizhongguo/QtVision (github.com) 【推荐QOpenGLWidget上显示】 QOpenGLWidget上显示 QLabel上显示 【参考博客】 qopenglwidg 阅读全文
posted @ 2023-01-31 14:28 夕西行 阅读(90) 评论(0) 推荐(0) 编辑
摘要: Qt案例收集,非QtQuick。研究后更新案例的具体亮点和可以学到的技能。 GitHub - qsaker/QtSwissArmyKnife: QSAK (Qt Swiss Army Knife) is a multi-functional, cross-platform debugging too 阅读全文
posted @ 2023-01-29 17:16 夕西行 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 使用qmldir文件 qmldir内容如下 LineEdit 1.1 LineEdit_1.1.qml LineEdit 1.0 LineEdit_1.0.qml 用到该qml的文件中,将qmldir暴露进去即可,并指定版本。如下图的qml文件里用到了LineEdit文件夹内的qml。 虽然上图有  阅读全文
posted @ 2023-01-16 18:03 夕西行 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 在.pro 文件中加 QT += multimedia wav格式文件引入到Resources里。如果不引入,debug时相对路径会出现”Error decoding source”错误。 为了避免这个问题,推荐将声音、图片等资源文件引入到Resources里。 如下所示: 或者 QSound::p 阅读全文
posted @ 2023-01-13 10:28 夕西行 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 一般四种bayer格式: 其中R、B只占了所有像素个数的1/4,G占了1/2。 bayer图可以直接抽出R、G、B单通道图,但尺寸是bayer图的1/2(其中2个G求平均得到1个G)。 如何抽取,参考我的博客CPU指令集——bayer抽取r、g、b三通道 - 夕西行 - 博客园 (cnblogs.c 阅读全文
posted @ 2023-01-10 13:44 夕西行 阅读(120) 评论(0) 推荐(0) 编辑
摘要: Cameras | Basler (baslerweb.com) 以查看acA3088-57umMED为例,查看是否支持Binning功能。 阅读全文
posted @ 2023-01-09 17:35 夕西行 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 【转Halcon HImage】 C++与C#代码,下载如下: How can I convert a pylon GrabResult into an MVTec HALCON image buffer? (baslerweb.com) 【转OpenCV Mat】 Getting started 阅读全文
posted @ 2023-01-09 17:02 夕西行 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 宽高设置,其实是裁图。那么如何保持视野不变,降低分辨率呢? 支持Binning功能(像素合并)的相机才能降低分辨率。 目前手头的黑白相机支持,彩色相机不支持。黑白型号 acA3088-57umMED,彩色型号 acA2440-75ucMED。 pylon Viewer客户端上,Image Forma 阅读全文
posted @ 2023-01-09 16:46 夕西行 阅读(493) 评论(0) 推荐(0) 编辑
摘要: 【推荐qml】 用Qt Design Studio创建的项目,会有ui.qml文件 用Qt Creator创建的quick项目,没有ui.qml文件 ui.qml官网说有诸多不支持,qml倒是没有太多限制。所以推荐直接将ui.qml改为qml。 【实际做项目】 Qt Design Studio创建项 阅读全文
posted @ 2023-01-06 17:22 夕西行 阅读(816) 评论(0) 推荐(0) 编辑
摘要: Basler官方的python支持放到了GitHub上,GitHub - basler/pypylon: The official python wrapper for the pylon Camera Software Suite 截止到2022.11.27日,支持到python 3.10版本,因 阅读全文
posted @ 2022-11-27 16:32 夕西行 阅读(564) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 76 下一页