• 大小: 71KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 语言: C/C++
  • 标签: CCC  

资源简介

C Basler相机开发包案例,用户可以根据自己需要开发驱动,各种功能齐全!

资源截图

代码片段和文件信息

/*
   This sample illustrates how to grab images
   using a GigE Vision action command to trigger multiple cameras.
   At least 2 connected GigE cameras are required for this sample.
*/

#ifndef _WIN32_WINNT
#   define _WIN32_WINNT 0x0400
#endif

#include 
#include 
#include 
#include 
#include 

#include 

/* Limits the amount of cameras used for grabbing.
It is important to manage the available bandwidth when grabbing with multiple
cameras. This applies for instance if two GigE cameras are connected to the
same network adapter via a switch. To manage the bandwidth the GevSCPD
interpacket delay parameter and the GevSCFTD transmission delay parameter can
be set for each GigE camera device. The “Contro

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      21660  2018-04-03 12:20  C\ActionCommands\ActionCommands.c

     文件      10928  2018-04-03 12:20  C\ActionCommands\ActionCommands.vcproj

     文件        724  2018-03-13 18:14  C\ActionCommands\debug.mak

     文件        150  2018-03-13 18:14  C\ActionCommands\makefile

     文件        701  2018-03-13 18:14  C\ActionCommands\release.mak

     文件        184  2018-03-13 18:14  C\buildall.cmd

     文件      26399  2018-04-03 12:20  C\Chunks\Chunks.c

     文件       8592  2018-04-03 12:20  C\Chunks\Chunks.vcproj

     文件        716  2018-03-13 18:14  C\Chunks\debug.mak

     文件        150  2018-03-13 18:14  C\Chunks\makefile

     文件        693  2018-03-13 18:14  C\Chunks\release.mak

     文件        716  2018-03-13 18:14  C\Events\debug.mak

     文件      26538  2018-04-03 12:20  C\Events\Events.c

     文件       8592  2018-04-03 12:20  C\Events\Events.vcproj

     文件        150  2018-03-13 18:14  C\Events\makefile

     文件        684  2018-03-13 18:14  C\Events\release.mak

     文件        721  2018-03-13 18:14  C\GenApiParam\debug.mak

     文件      34309  2018-04-03 12:20  C\GenApiParam\GenApiParam.c

     文件       8607  2018-04-03 12:20  C\GenApiParam\GenApiParam.vcproj

     文件        150  2018-03-13 18:14  C\GenApiParam\makefile

     文件        698  2018-03-13 18:14  C\GenApiParam\release.mak

     文件        724  2018-03-13 18:14  C\GrabTwoCameras\debug.mak

     文件      24956  2018-04-03 12:20  C\GrabTwoCameras\GrabTwoCameras.c

     文件       8616  2018-04-03 12:20  C\GrabTwoCameras\GrabTwoCameras.vcproj

     文件        150  2018-03-13 18:14  C\GrabTwoCameras\makefile

     文件        701  2018-03-13 18:14  C\GrabTwoCameras\release.mak

     文件        852  2018-03-13 18:14  C\HowToBuildSamples.txt

     文件        724  2018-03-13 18:14  C\OverlappedGrab\debug.mak

     文件        150  2018-03-13 18:14  C\OverlappedGrab\makefile

     文件      17869  2018-04-03 12:20  C\OverlappedGrab\OverlappedGrab.c

............此处省略31个文件信息

评论

共有 条评论