Acquisition Start, Stop, and Abort#
情報
- These commands aren't available via the pylon Viewer feature tree. Instead,
AcquisitionStart
andAcquisitionStop
commands are generated automatically when you use the Single Shot, Continuous Shot, and Stop buttons in the toolbar of the pylon Viewer. - pylon C++ APIとpylon .NET APIは、これらのコマンドを自動的に処理するカメラクラスを提供します。Baslerはこれらのクラスの使用を推奨します。
詳細については、「pylon APIドキュメント」のGrab (C++)およびGrab (.NET)コードサンプルを参照してください。
機能を使用する#
Starting Image Acquisition#
To switch on image acquisition, execute the AcquisitionStart
command.
コマンドが実行されると、カメラはトリガー信号を待機します。トリガー信号は、カメラによって内部で生成される(フリーラン)か、外部で適用されます(トリガー画像取得)。
情報
カメラがトリガー信号を待機しているかどうか確認するには、カメラのTrigger Wait信号を監視するか、Acquisition Status機能を使用します(使用可能な場合)。
Stopping Image Acquisition#
To switch off image acquisition, execute the AcquisitionStop
command. When the command is executed, the following occurs:
On area scan cameras:
- カメラが現在フレームを取得していない場合、画像取得は直ちにオフになります。
- カメラが現在画像データを読み取っている場合、読み取りプロセスは終了できます。その後、画像取得がオフになります。
- カメラが現在フレームを露光している場合:
- On some camera models, executing an
AcquisitionStop
command aborts exposure. In this case, the camera stops exposing immediately and starts reading out image data. The readout process will be allowed to finish. Afterwards, image acquisition is switched off. - On some camera models, you can configure whether executing an
AcquisitionStop
command aborts exposure or not. To do so, set theAcquisitionStopMode
parameter toAbortExposure
またはComplete
.
- On some camera models, executing an
On line scan cameras:
- イメージ
AcquisitionStopMode
parameter for line scan cameras is always set toImmediate
. - カメラが現在フレームを取得していない場合、画像取得は直ちにオフになります。
- If the camera is currently exposing a line, the
AcquisitionStop
command leads to the following for all racer 2 line scan cameras:
The exposure of the current line is completed. Acquisition stops immediately. The last acquired line is transmitted to the host computer. - In addtion, for racer 2 S cameras with GigE interface, the following is true:
Only the lines acquired up to the point when the command was executed are delivered to the host computer. This may result in a partial frame being transmitted.
Aborting Image Acquisition#
To abort image acquisition, execute the AcquisitionAbort
command ((使用している場合)に設定します).
On area scan cameras, the following occurs when the command is executed:
- If the camera is not currently acquiring a frame, image acquisition is switched off immediately.
- If the camera is currently exposing a frame, the camera stops exposing immediately. The readout process, if already started, is aborted. The current frame will be incomplete and is not transmitted to the host computer. Afterwards, image acquisition is switched off.
- If the camera is currently reading out image data, the camera stops the readout process immediately. The current frame will be incomplete and is not transmitted to the host computer. Afterwards, image acquisition is switched off.
On line scan cameras, the following occurs when the command is executed:
- If the camera is not currently acquiring a line, image acquisition is switched off immediately.
- If the camera is currently exposing a line, the camera stops exposing immediately. The readout process, if already started, is continued. Only the lines acquired up to the point when the command was executed are delivered to the host computer. For line scan cameras with GigE interface, this may result in a partial frame being transmitted. Afterwards, image acquisition is switched off.
- If the camera is currently reading out image data, the camera continues the readout process until all lines acquired up to the point when the command was executed are delivered to the host computer. For line scan cameras with GigE interface, this means that the current frame may be incomplete (partial frame).
Afterwards, image acquisition is switched off.
特性#
カメラモデル | 使用可能なAcquisitionAbortコマンド | AcquisitionStopコマンドが露光を中止 |
---|---|---|
a2A640-240gmSWIR | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A640-240umSWIR | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A1280-80gmSWIR | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A1280-125umSWIR | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A1920-51gcBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A1920-51gcPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A1920-51gmBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A1920-51gmPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A1920-160ucBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A1920-160ucPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A1920-160umBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A1920-160umPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A1920-165g5cBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A1920-165g5mBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2048-35gmSWIR | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2048-110umSWIR | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2440-98g5cBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2440-98g5mBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2448-23gcBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2448-23gcPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2448-23gmBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2448-23gmPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2448-75ucBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2448-75ucPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2448-75umBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2448-75umPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2448-105g5cBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2448-105g5mBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2448-120cc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2448-120cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2448-210cc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2448-210cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2560-20gmSWIR | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2560-70umSWIR | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2590-22gcBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2590-22gcPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2590-22gmBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2590-22gmPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2590-60ucBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2590-60ucPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2590-60umBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2590-60umPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2600-20gcBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2600-20gcPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2600-20gmBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2600-20gmPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2600-64ucBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2600-64ucPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2600-64umBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2600-64umPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2840-14gcBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2840-14gcPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2840-14gmBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2840-14gmPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2840-14gmUV | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2840-48ucBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2840-48ucPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2840-48umBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2840-48umPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2840-48umUV | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2840-67g5cBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2840-67g5mBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2840-67g5mUV | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2840-86cc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A2840-86cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A3840-13gcBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A3840-13gcPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A3840-13gmBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A3840-13gmPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A3840-45ucBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A3840-45ucPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A3840-45umBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A3840-45umPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4096-9gcBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4096-9gcPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4096-9gmBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4096-9gmPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4096-30ucBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4096-30ucPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4096-30umBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4096-30umPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4096-44g5cBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4096-44g5mBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4096-67cc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4096-67cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4200-12gcBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4200-12gcPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4200-12gmBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4200-12gmPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4200-40ucBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4200-40ucPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4200-40umBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4200-40umPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4504-5gcBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4504-5gcPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4504-5gmBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4504-5gmPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4504-18ucBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4504-18ucPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4504-18umBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4504-18umPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4504-27g5cBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4504-27g5mBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4504-42cc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4504-42cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4508-6gcBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4508-6gcPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4508-6gmBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4508-6gmPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4508-20ucBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4508-20ucPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4508-20umBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A4508-20umPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5320-7gcBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5320-7gcPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5320-7gmBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5320-7gmPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5320-23ucBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5320-23ucPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5320-23umBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5320-23umPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5320-34g5cBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5320-34g5mBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5320-52cc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5320-52cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5328-4gcBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5328-4gcPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5328-4gmBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5328-4gmPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5328-15ucBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5328-15ucPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5328-15umBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5328-15umPRO | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5328-22g5cBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5328-22g5mBAS | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5328-35cc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
a2A5328-35cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
acA640-121gm | いいえ | はい |
acA640-300gc | いいえ | はい |
acA640-300gm | いいえ | はい |
acA640-750uc | いいえ | はい |
acA640-750um | いいえ | はい |
acA720-290gc | いいえ | はい |
acA720-290gm | いいえ | はい |
acA720-520uc | いいえ | はい |
acA720-520um | いいえ | はい |
acA800-200gc | いいえ | はい |
acA800-200gm | いいえ | はい |
acA800-510uc | いいえ | はい |
acA800-510um | いいえ | はい |
acA1280-60gc | いいえ | はい |
acA1280-60gm | いいえ | はい |
acA1300-60gc | いいえ | はい |
acA1300-60gm | いいえ | はい |
acA1300-60gmNIR | いいえ | はい |
acA1300-75gc | いいえ | はい |
acA1300-75gm | いいえ | はい |
acA1300-200uc | いいえ | はい |
acA1300-200um | いいえ | はい |
acA1440-73gc | いいえ | はい |
acA1440-73gm | いいえ | はい |
acA1440-220uc | いいえ | はい |
acA1440-220um | いいえ | はい |
acA1600-20gc | いいえ | はい |
acA1600-20uc | いいえ | はい |
acA1600-60gc | いいえ | はい |
acA1600-60gm | いいえ | はい |
acA1920-25gc | いいえ | はい |
acA1920-25gm | いいえ | はい |
acA1920-25uc | いいえ | はい |
acA1920-25um | いいえ | はい |
acA1920-40gc | いいえ | はい |
acA1920-40gm | いいえ | はい |
acA1920-40uc | いいえ | はい |
acA1920-40ucMED | いいえ | はい |
acA1920-40um | いいえ | はい |
acA1920-40umMED | いいえ | はい |
acA1920-48gc | いいえ | はい |
acA1920-48gm | いいえ | はい |
acA1920-50gc | いいえ | はい |
acA1920-50gm | いいえ | はい |
acA1920-150uc | いいえ | はい |
acA1920-150um | いいえ | はい |
acA1920-155uc | いいえ | はい |
acA1920-155ucMED | いいえ | はい |
acA1920-155um | いいえ | はい |
acA1920-155umMED | いいえ | はい |
acA2000-50gc | いいえ | はい |
acA2000-50gm | いいえ | はい |
acA2000-165uc | いいえ | はい |
acA2000-165um | いいえ | はい |
acA2040-25gc | いいえ | はい |
acA2040-25gm | いいえ | はい |
acA2040-25gmNIR | いいえ | はい |
acA2040-35gc | いいえ | はい |
acA2040-35gm | いいえ | はい |
acA2040-55uc | いいえ | はい |
acA2040-55um | いいえ | はい |
acA2040-90uc | いいえ | はい |
acA2040-90um | いいえ | はい |
acA2040-90umNIR | いいえ | はい |
acA2040-120uc | いいえ | はい |
acA2040-120um | いいえ | はい |
acA2440-20gc | いいえ | はい |
acA2440-20gm | いいえ | はい |
acA2440-35uc | いいえ | はい |
acA2440-35ucMED | いいえ | はい |
acA2440-35um | いいえ | はい |
acA2440-35umMED | いいえ | はい |
acA2440-75uc | いいえ | はい |
acA2440-75ucMED | いいえ | はい |
acA2440-75um | いいえ | はい |
acA2440-75umMED | いいえ | はい |
acA2500-14gc | いいえ | はい |
acA2500-14gm | いいえ | はい |
acA2500-14uc | いいえ | はい |
acA2500-14um | いいえ | はい |
acA2500-20gc | いいえ | はい |
acA2500-20gcMED | いいえ | はい |
acA2500-20gm | いいえ | はい |
acA2500-20gmMED | いいえ | はい |
acA2500-60uc | いいえ | はい |
acA2500-60um | いいえ | はい |
acA3088-16gc | いいえ | はい |
acA3088-16gm | いいえ | はい |
acA3088-57uc | いいえ | はい |
acA3088-57ucMED | いいえ | はい |
acA3088-57um | いいえ | はい |
acA3088-57umMED | いいえ | はい |
acA3800-10gc | いいえ | はい |
acA3800-10gm | いいえ | はい |
acA3800-14uc | いいえ | はい |
acA3800-14um | いいえ | はい |
acA4024-8gc | いいえ | はい |
acA4024-8gm | いいえ | はい |
acA4024-29uc | いいえ | はい |
acA4024-29um | いいえ | はい |
acA4096-11gc | いいえ | はい |
acA4096-11gm | いいえ | はい |
acA4096-30uc | いいえ | はい |
acA4096-30ucMED | いいえ | はい |
acA4096-30um | いいえ | はい |
acA4096-30umMED | いいえ | はい |
acA4096-40uc | いいえ | はい |
acA4096-40ucMED | いいえ | はい |
acA4096-40um | いいえ | はい |
acA4096-40umMED | いいえ | はい |
acA4112-8gc | いいえ | はい |
acA4112-8gm | いいえ | はい |
acA4112-20uc | いいえ | はい |
acA4112-20ucMED | いいえ | はい |
acA4112-20um | いいえ | はい |
acA4112-20umMED | いいえ | はい |
acA4112-30uc | いいえ | はい |
acA4112-30ucMED | いいえ | はい |
acA4112-30um | いいえ | はい |
acA4112-30umMED | いいえ | はい |
acA5472-5gc | いいえ | はい |
acA5472-5gm | いいえ | はい |
acA5472-17uc | いいえ | はい |
acA5472-17ucMED | いいえ | はい |
acA5472-17um | いいえ | はい |
acA5472-17umMED | いいえ | はい |
boA1936-400cc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA1936-400cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA2448-250cc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA2448-250cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA2832-190cc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA2832-190cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA4096-93cc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA4096-93cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA4096-180cc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA4096-180cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA4112-68cc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA4112-68cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA4500-45cc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA4500-45cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA4504-100cc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA4504-100cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA5120-150cc | いいえ | はい |
boA5120-150cm | いいえ | はい |
boA5120-230cc | いいえ | はい |
boA5120-230cm | いいえ | はい |
boA5320-150cc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA5320-150cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA5328-100cc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA5328-100cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA6500-36cc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA6500-36cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA8100-16cc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA8100-16cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
boA9344-30cc | いいえ | はい |
boA9344-30cm | いいえ | はい |
boA9344-70cc | いいえ | はい |
boA9344-70cm | いいえ | はい |
boA13440-17cm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
daA720-520uc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
daA720-520um | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
daA1280-54uc | いいえ | はい |
daA1280-54um | いいえ | はい |
daA1440-220uc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
daA1440-220um | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
daA1600-60uc | いいえ | はい |
daA1600-60um | いいえ | はい |
daA1920-15um | いいえ | はい |
daA1920-30uc | いいえ | はい |
daA1920-30um | いいえ | はい |
daA1920-160uc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
daA1920-160um | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
daA2448-70uc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
daA2448-70um | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
daA2500-14uc | いいえ | はい |
daA2500-14um | いいえ | はい |
daA3840-45uc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
daA3840-45um | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
dmA720-290gc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
dmA720-290gm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
dmA1440-73gc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
dmA1440-73gm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
dmA1920-51gc | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
dmA1920-51gm | はい | BslAcquisitionStopModeパラメーターを使用して設定可能 |
puA1280-54uc | いいえ | はい |
puA1280-54um | いいえ | はい |
puA1600-60uc | いいえ | はい |
puA1600-60um | いいえ | はい |
puA1920-30uc | いいえ | はい |
puA1920-30um | いいえ | はい |
puA2500-14uc | いいえ | はい |
puA2500-14um | いいえ | はい |
r2L2048-29gc | はい | いいえ |
r2L2048-58gm | はい | いいえ |
r2L2048-62cc | はい | いいえ |
r2L2048-62g5c | はい | いいえ |
r2L2048-172cm | はい | いいえ |
r2L2048-172g5m | はい | いいえ |
r2L4096-14gc | はい | いいえ |
r2L4096-29gm | はい | いいえ |
r2L4096-42cc | はい | いいえ |
r2L4096-42g5c | はい | いいえ |
r2L4096-84cm | はい | いいえ |
r2L4096-84g5m | はい | いいえ |
r2L8192-200cm | はい | いいえ |
r2L16384-120cm | はい | いいえ |
サンプルコード#
// Configure continuous image acquisition on the cameras
camera.AcquisitionMode.SetValue(AcquisitionMode_Continuous);
// Switch on image acquisition
camera.AcquisitionStart.Execute();
// The camera waits for trigger signals
// (...)
// Switch off image acquisition
camera.AcquisitionStop.Execute();
// Switch image acquisition back on
camera.AcquisitionStart.Execute();
// The camera waits for trigger signals
// (...)
// Abort image acquisition
camera.AcquisitionAbort.Execute();
INodeMap& nodemap = camera.GetNodeMap();
// Configure continuous image acquisition on the cameras
CEnumParameter(nodemap, "AcquisitionMode").SetValue("Continuous");
// Switch on image acquisition
CCommandParameter(nodemap, "AcquisitionStart").Execute();
// The camera waits for trigger signals
// (...)
// Switch off image acquisition
CCommandParameter(nodemap, "AcquisitionStop").Execute();
// Switch image acquisition back on
CCommandParameter(nodemap, "AcquisitionStart").Execute();
// The camera waits for trigger signals
// (...)
// Abort image acquisition
CCommandParameter(nodemap, "AcquisitionAbort").Execute();
// Configure continuous image acquisition on the cameras
camera.Parameters[PLCamera.AcquisitionMode].SetValue(PLCamera.AcquisitionMode.Continuous);
// Switch on image acquisition
camera.Parameters[PLCamera.AcquisitionStart].Execute();
// The camera waits for trigger signals
// (...)
// Switch off image acquisition
camera.Parameters[PLCamera.AcquisitionStop].Execute();
// Switch image acquisition back on
camera.Parameters[PLCamera.AcquisitionStart].Execute();
// The camera waits for trigger signals
// (...)
// Abort image acquisition
camera.Parameters[PLCamera.AcquisitionAbort].Execute();
/* Macro to check for errors */
#define CHECK(errc) if (GENAPI_E_OK != errc) printErrorAndExit(errc)
GENAPIC_RESULT errRes = GENAPI_E_OK; /* Return value of pylon methods */
/* Configure continuous image acquisition on the cameras */
errRes = PylonDeviceFeatureFromString(hdev, "AcquisitionMode", "Continuous");
CHECK(errRes);
/* Switch on image acquisition */
errRes = PylonDeviceExecuteCommandFeature(hdev, "AcquisitionStart");
CHECK(errRes);
/* The camera waits for trigger signals */
/* (...) */
/* Switch off image acquisition */
errRes = PylonDeviceExecuteCommandFeature(hdev, "AcquisitionStop");
CHECK(errRes);
/* Switch image acquisition back on */
errRes = PylonDeviceExecuteCommandFeature(hdev, "AcquisitionStart");
CHECK(errRes);
/* The camera waits for trigger signals */
/* (...) */
/* Abort image acquisition */
errRes = PylonDeviceExecuteCommandFeature(hdev, "AcquisitionAbort");
CHECK(errRes);
# Configure continuous image acquisition on the cameras
camera.AcquisitionMode.Value = "Continuous"
# Switch on image acquisition
camera.AcquisitionStart.Execute()
# The camera waits for trigger signals
# (...)
# Switch off image acquisition
camera.AcquisitionStop.Execute()
# Switch image acquisition back on
camera.AcquisitionStart.Execute()
# The camera waits for trigger signals
# (...)
# Abort image acquisition
camera.AcquisitionAbort.Execute()
pylon Viewerを使用して、パラメーターを簡単に設定することもできます。