• 大小: 0.13M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-27
  • 语言: C#
  • 标签: samples  sample  .NET  NET  py  

资源简介


资源截图

代码片段和文件信息

/*
   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.
*/
using System;
using System.Collections.Generic;
using PylonC.NET;
using System.Threading;

namespace TriggeredGrab
{
    class TriggeredGrab
    {
        /* 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 “Controlling Packet Transmission Timing
        with the Interpacket and frame Transmission Delays on Basler GigE Vision Cameras“
        Application Note (AW000649xx000) provides more information abou

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2020-04-01 17:52  ActionCommands\
     文件       23050  2015-10-30 13:22  ActionCommands\ActionCommands.cs
     文件        3932  2015-10-28 08:58  ActionCommands\ActionCommands.csproj
     目录           0  2020-04-01 17:52  ActionCommands\Properties\
     文件        1323  2015-10-30 13:22  ActionCommands\Properties\AssemblyInfo.cs
     目录           0  2020-04-01 17:52  Chunks\
     文件       28634  2015-10-30 13:22  Chunks\Chunks.cs
     文件        2530  2014-12-08 16:07  Chunks\Chunks.csproj
     目录           0  2020-04-01 17:52  Chunks\Properties\
     文件        1277  2015-10-30 13:22  Chunks\Properties\AssemblyInfo.cs
     目录           0  2020-04-01 17:52  Events\
     文件       29061  2015-10-30 13:22  Events\Events.cs
     文件        2530  2014-12-08 16:07  Events\Events.csproj
     目录           0  2020-04-01 17:52  Events\Properties\
     文件        1303  2015-10-30 13:22  Events\Properties\AssemblyInfo.cs
     目录           0  2020-04-01 17:52  GenApiParam\
     文件       34559  2015-10-30 13:22  GenApiParam\GenApiParam.cs
     文件        2581  2014-12-08 16:07  GenApiParam\GenApiParam.csproj
     目录           0  2020-04-01 17:52  GenApiParam\Properties\
     文件        1287  2015-10-30 13:22  GenApiParam\Properties\AssemblyInfo.cs
     目录           0  2020-04-01 17:52  GrabTwoCameras\
     文件       27450  2015-10-30 13:22  GrabTwoCameras\GrabTwoCameras.cs
     文件        2554  2014-12-08 16:07  GrabTwoCameras\GrabTwoCameras.csproj
     目录           0  2020-04-01 17:52  GrabTwoCameras\Properties\
     文件        1293  2015-10-30 13:22  GrabTwoCameras\Properties\AssemblyInfo.cs
     文件         493  2014-12-08 16:07  HowToBuildSamples.txt
     目录           0  2020-04-01 17:52  OverlappedGrab\
     文件       18481  2015-10-30 13:22  OverlappedGrab\OverlappedGrab.cs
     文件        2554  2014-12-08 16:07  OverlappedGrab\OverlappedGrab.csproj
     目录           0  2020-04-01 17:52  OverlappedGrab\Properties\
     文件        1293  2015-10-30 13:22  OverlappedGrab\Properties\AssemblyInfo.cs
............此处省略46个文件信息

评论

共有 条评论