登录
首页 » VC++ » C++Basler相机采集程序。

C++Basler相机采集程序。

于 2022-02-25 发布 文件大小:18.29 MB
0 109
下载积分: 2 下载次数: 2

代码说明:

本程序可连接1个和2个相机。设置相机UserID={Device0,Device1 },要顺序设置,比如两个相机要设成Device0和Device1,不能设错,否则程序无法运行

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • waterprint
    关于图像水印,VC++语言运行程序,可以正常正常运行.希望有所帮助.
    2009-02-28 12:22:40下载
    积分:1
  • 基于C++的打砖块游戏源码
    基于C++的打砖块游戏源码,就是撞球游戏了,打乒乓球的,不过这个源代码基于C++ 实现,运行后会自动全屏,界面效果如截图所示,源代码是来自国外网站的,全部是英文注释,有兴趣的学习研究一下,游戏的操控效果还是很流畅的,值得学习。
    2023-07-17 19:35:03下载
    积分:1
  • VC 6.0 获得驱动器序列号
    VC 6.0 获得驱动器序列号,本例子中可以指定驱动器分区,也就是大家说的D盘、E盘,每个磁盘分区的序列号,这个序列号标识ID分区后由系统自动指定,我们可编写以下代码实现此功能:   //获得实际存储驱动器号的字符串长度   dwNumBytesForDriveStrings=GetLogicalDriveStrings(0,NULL)*sizeof(TCHAR);   //如果字符串不为空,则表示有正常的驱动器存在   if (dwNumBytesForDriveStrings!=0) {    //分配字符串空间    hHeap=GetProcessHeap();    lp=(LPSTR)HeapAlloc(hHeap,HEAP_ZERO_MEMORY,    dwNumBytesForDriveStrings);    //获得标明所有驱动器的字符串    GetLogicalDriveStrings(HeapSize(hHeap,0,lp),lp);    //将驱动器一个个放到下拉框中    while (*lp!=0) {    Driver->AddString(lp);    lp=_tcschr(lp,0)+1;    }   }
    2022-02-06 01:57:21下载
    积分:1
  • C++
    sach huong dan su dung C++
    2009-03-21 00:10:02下载
    积分:1
  • VC++ 定义3种样式的ComboBox下拉列表框
    VC++ 定义3种样式的ComboBox下拉列表框(组合框),主要是简易式、下拉式、下拉列表式。在简易式或下拉式的编辑框中输入文本,然后点击[
    2022-02-02 08:39:36下载
    积分:1
  • vc2004
    此 CHM 文档的内容均为 CSDN 众网友共同收集而来,由网友们于 2004 年 3 月 7 日在 www.csdn.net 网站 VC/MFC 版的非技术类论坛上正式提出整理工作的倡议,经王国凡同志(sgnaw 李逍遥)整理而成,以供大家工作学习参考之用。 我自认为是一个比较热心的人,经常帮助同学同事们解决 IT 方面的问题,有时也逛逛 CSDN。我在武汉出身,也在武汉工作三年了,希望将来能为 IT 业的发展作出贡献。整理工作虽然辛苦,但也快乐,错漏之处再所难免,如有建议或意见请联系 sgnaw@163.com(CHM contents of this document are the common netizen CSDN collected from the public, from users in March 7, 2004 in www.csdn.net site VC/MFC version of the non-technical categories of the official presentation of the Forum on the initiative of finishing the work by Where the Kingdom of Comrade (sgnaw Li Xiaoyao) collated from for everyone to learn the work of reference. Since I think is a more enthusiastic, often to help students solve IT colleagues issues, and sometimes go CSDN. I am born in Wuhan, Wuhan is also working for three years and hopefully in the future for the IT industry to contribute to the development. While finishing work hard, but also happy, errors and omissions are inevitable and then, if the recommendations or comments please contact sgnaw@163.com)
    2008-07-16 17:52:14下载
    积分:1
  • Internetdisk
    C++.NET网络与通信高级编程范例》光盘(C++.NET disk)
    2009-12-10 14:16:59下载
    积分:1
  • glib
    说明:  glib 帮助说明文档,请大家下载, 谢谢(glib help documentation, please download, thank you)
    2011-03-09 10:06:34下载
    积分:1
  • MUSIC
    用C语言实现对经典的MUSIC算法的仿真,使用随机产生的波达方向角并对估计的角度画图(Using C language to realize the classic MUSIC algorithm simulation, using randomly generated estimated DOA angle and perspective drawing)
    2008-05-18 16:04:11下载
    积分:1
  • C精华
    说明:  C语言编程中深入讲解,C语言编程技巧,重点应用的讲解(Deep Explanation in C Language Programming)
    2020-06-18 15:20:02下载
    积分:1
  • 696518资源总数
  • 105949会员总数
  • 22今日下载