Added/Improved Features

Added and improved features in eGrabber 15.0

eGrabber

eGrabber Gigelink GenTL producer

Added eGrabber Gigelink GenTL producer.

eGrabberのライブラリ(オプション)であるeGrabber Gigelinkは、ハードウェアに関係なく、GigE Visionカメラにアクセスする機能を提供します。プログラマーは、Gigelinkを使ってEGrabberの概念、オブジェクト、および関数呼び出しを行えるようになるため、CoaXPressカメラやCoaxlinkカードと同じ方法で、GigE Visionカメラから画像を取り込むことができます。Gigelinkは、GenICamだけでなく、GenICamブラウザとeGrabber Studioアプリケーションにも対応しています。

eGrabber Gigelink is only available for Windows x86_64.

参照:Gigelink and プログラマーガイド

eGrabber Recorder library 1.0.0

Added eGrabber Recorder library version 1.0.0.

eGrabber Recorderは、ハードドライブへの録画サービスを提供するeGrabber のライブラリ(オプション)です。ハードディスクドライブ(HDD)とソリッドステートドライブ(SSD)に対応しています。eGrabber Recorderライブラリは使いやすく設計されており、ユーザーはファイルサイズや名前、フォーマットを気にする必要がありません。Recorderはパフォーマンスを重視しているため、ライブラリは、ディスクの最大帯域幅を利用するように最適化されています。ただし、実際の録画スループットは、ディスクの性能によって異なります。

eGrabber Recorder is only available for Windows x86_64.

参照:Recorder

Added sample programs:

260-egrabber-recorder
261-recorder-parameters
360-recorder-async-write
361-recorder-async-write-mt

参照:サンプルプログラム

eGrabber Studio 1.2

Updated eGrabber Studio to version 1.2

参照:eGrabber Studioの基礎 and eGrabber Studioとの連携

Python bindings

Added events to python bindings.

Added new sample200 eGrabber Pythonサンプルプログラム
Added Coaxlink() and Gigelink() helper functions

Coaxlink

Pulse distribution on multiple output lines

Added a function to distribute pulses on multiple output lines.

The LineSourceInitialOffset Interface module GenApi feature defines the offset of the first pulse to drive the selected output line. The LineSourceDivisionFactor Interface module GenApi features defines the interval between each pulse sent on the selected output line. This factor should be equal to the number of output lines over which pulses are distributed.

This function can be used to distribute strobe pulses over multiple output lines.

参照:LineSourceDivisionFactor and LineSourceInitialOffset Interface module GenApi features.

PoCxp status

When CxpPoCxpHostConnectionSelector is set to All, the CxpPoCxpCurrent Interface module GenApi feature reports the sum of currents delivered via PoCXP and the CxpPoCxpVoltage Interface module GenApi feature reports the average voltage delivered via PoCXP.

The total output power delivered by PoCXP is the product of CxpPoCxpCurrent[All] and CxpPoCxpVoltage[All] values.

参照:CxpPoCxpCurrent and CxpPoCxpVoltage Interface module GenApi features.

GenApi

MathParserMode

Added MathParserMode option to configuration file (coaxlink.ini, gigelink.ini) to change GenApi SwissKnife parser behavior.

The default mode (auto) should work in most cases; in case of parsing failure, the parsing mode can be changed to standard, which is a permissive mode that operates like the GenICam reference implementation; the auto mode uses the stricter parsing mode (strict) for Coaxlink and the more permissive mode (standard) for Gigelink.

gentl: added --math-parser-mode flag
genicam-browser: added parser mode option in preferences.

Installers

Linux installer

Linux installer now uninstalls the previous installation before proceeding.