コンテンツにスキップ

Auto Function ROI#

Auto Function ROIカメラ機能を使用すると、カメラのオートファンクションを制御するセンサーアレイの部分を指定できます。

ROIはregion of interest(関心領域)の短縮形(以前はAOI = area of interest(関心領域))。

複数のオートファンクションROIを作成できます。各ROIはセンサーアレイの異なる部分を占有します。

Auto Function ROI機能の設定は、Image ROI機能の設定とは無関係です。

機能を使用する#

Auto Function ROIの位置とサイズの変更#

デフォルトでは、すべてのオートファンクションROIは、カメラの画像ROIと同じサイズに設定されています。ニーズに合わせて、位置やサイズを変更できます。

オートファンクションROIの位置とサイズを変更するには、次の手順に従います。

  1. Set the AutoFunctionROISelector parameter to one of the available auto function ROIs, e.g., ROI1.
  2. 次のパラメーターの値を入力して、選択したオートファンクションROIの位置を指定します。

    • AutoFunctionROIOffsetX
    • AutoFunctionROIOffsetY
  3. 次のパラメーターの値を入力して、選択したオートファンクションROIのサイズを指定します。

    • AutoFunctionROIWidth
    • AutoFunctionROI Height

オートファンクションROIの位置は、センサーアレイの行と列に基づいて指定されます。

例:オートファンクションROI 1を選択し、次の設定を指定したとします。

  • AutoFunctionROIOffsetX = 14
  • AutoFunctionROIOffsetY = 7
  • AutoFunctionROIWidth = 5
  • AutoFunctionROIHeight = 6

これにより、次のオートファンクションROI 1 が作成されます。

Auto Function ROIおよびImage ROI

オートファンクションROIと画像ROI重なり領域の画素データのみが、割り当てられたオートファンクションによって使用されます。

情報

  • カラーカメラでは、位置とサイズのパラメーターを偶数(2の倍数)に設定することをBaslerはお勧めします。これにより、オートファンクションROIがセンサーのカラーフィルターパターンに一致します。
  • Binning機能が有効になっている場合、オートファンクションROI設定では、センサーの物理的な線ではなく、ビンされた線と列を参照します。
  • Reverse XまたはReverse Y機能、あるいはその両方が有効な場合、センサーに対するオートファンクションROIの位置は同じままです。その結果、Reverse X、Reverse Y、またはその両方が有効になっているかどうかに応じて、画像のさまざまな領域が制御されます。

Auto Function ROIハイライト#

ハイライトがカメラモデルによりサポートされている場合、pylon Viewerで1つ以上のAuto Function ROIをハイライトできます。Auto Function ROIに属していないエリアは暗く表示されます。

Sample Image:Auto Function ROIハイライト

Auto Function ROIをハイライトするには:

  1. Set the AutoFunctionROISelector parameter to the desired auto function ROI, e.g., ROI1.
  2. Set the AutoFunctionROIHighlight parameter to true.

Auto Functionsの割り当て#

デフォルトでは、各オートファンクションROIは、特定のオートファンクションに割り当てられます。例えば、オートファンクションROI 2の画素データを使用して、 AutoBalance Whiteオートファンクションを制御します。

一部のカメラモデルでは、デフォルトの割り当てを変更できます。これを行うには、次の手順に従います。

Set the AutoFunctionROISelector parameter to one of the available auto function ROIs, e.g., ROI1.

選択したオートファンクションROIに目的のオートファンクションを割り当てます。

  • If you want to assign Balance White Auto, set the AutoFunctionROIUseWhiteBalance parameter to true.
  • If you want to assign Exposure Auto and Gain Auto, set the AutoFunctionROIUseBrightness parameter to true. (Exposure Auto and Gain Auto always work together.)
  • If you want to assign Tonal Range Auto, set the AutoFunctionROIUseTonalRange parameter to true.

情報

  • 1つのオートファンクションを複数のオートファンクションROIに割り当てると、選択したすべてのオートファンクションROIのピクセルデータがそのオートファンクションに使用されます。
  • 複数のオートファンクションを1つのオートファンクションROIに割り当てると、オートファンクションROIのピクセルデータが、選択したすべてのオートファンクションに使用されます。

Exposure AutoとGain Auto割り当ての連動#

自動機能ROI割り当てを行う場合、Gain Auto自動機能とExposure Auto自動機能は常に連動します。これらはカメラモデルに応じて、「強度」または「輝度」という名前の単一の自動機能と見なされます。

ただし、これは、Gain AutoとExposure Autoを必ず同時に有効にする必要があるという意味ではありません。

ガイドライン#

オートファンクションROIを設定する場合は、次のガイドラインに従う必要があります。

ガイドライン
AutoFunctionROIOffsetX + AutoFunctionROIWidth ≤ Width of camera sensor Camera with a 1920 x 1080 pixel sensor:
AutoFunctionROIOffsetX + AutoFunctionROIWidth ≤ 1920
AutoFunctionROIOffsetY + AutoFunctionROIHeight ≤ Height of camera sensor Camera with a 1920 x 1080 pixel sensor:
AutoFunctionROIOffsetY + AutoFunctionROIHeight ≤ 1080

Auto Function ROIとImage ROIのオーバーラップ#

オートファンクションROIのサイズと位置は、画像ROIのサイズと位置に等しくできますが、これは必須ではありません。オートファンクションを作動させるには、両方のROIが部分的にオーバーラップしていれば十分です。

オートファンクションROIと画像ROIのオーバーラップの度合いによって、関連する画像プロパティをオートファンクションで制御するかどうか、どの程度制御するかが決まります。画像全体の画像プロパティを制御するためにオートファンクションが使用するのは、オーバーラップ領域の画素データのみです。

  • オートファンクションROIが画像ROIに完全に含まれている場合、オートファンクションROIの画素データを使用して画像プロパティを制御します。

    Auto Function ROIはImage ROIに完全に含まれます

  • 画像ROIがオートファンクションROIに完全に含まれている場合、画像ROIの画素データのみが画像プロパティの制御に使用されます。

    Image ROIはAuto Function ROIに完全に含まれます

  • オートファンクションROIが画像ROIの一部のみにオーバーラップしている場合、部分的にオーバーラップしている領域の画素データのみが画像プロパティの制御に使用されます。

    Auto Function ROIは部分的にImage ROIにオーバーラップします

  • オートファンクションROIが画像ROIと重ならない場合、関連するオートファンクションは機能しません

    Auto Function ROIはImage ROIにオーバーラップしません

情報

Baslerは、オートファンクションROIを画像ROI内に完全に含めるか、オートファンクションROIと画像ROIに同じ位置とサイズを選択することを強くお勧めします。

特性#

すべてのカメラモデルを表示します

カメラモデル Auto Function ROIs デフォルトの割り当て 変更可能 ハイライトをサポート
a2A640-240gmSWIR ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A640-240umSWIR ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A1280-80gmSWIR ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A1280-125umSWIR ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A1920-51gcBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A1920-51gcPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A1920-51gmBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A1920-51gmPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A1920-160ucBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A1920-160ucPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A1920-160umBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A1920-160umPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A1920-165g5cBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A1920-165g5mBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2440-98g5cBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2440-98g5mBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2448-23gcBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2448-23gcPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2448-23gmBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2448-23gmPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2448-75ucBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2448-75ucPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2448-75umBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2448-75umPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2448-105g5cBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2448-105g5mBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2448-120cc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2448-120cm ROI 1
ROI 2
ROI 1:明るさ(Gain Auto+ Exposure Auto)
ROI 2:未割り当て
はい はい
a2A2448-210cc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2448-210cm ROI 1
ROI 2
ROI 1:明るさ(Gain Auto+ Exposure Auto)
ROI 2:未割り当て
はい はい
a2A2590-22gcBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2590-22gcPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2590-22gmBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2590-22gmPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2590-60ucBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2590-60ucPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2590-60umBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2590-60umPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2600-20gcBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2600-20gcPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2600-20gmBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2600-20gmPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2600-64ucBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2600-64ucPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2600-64umBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2600-64umPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2840-14gcBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2840-14gcPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2840-14gmBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2840-14gmPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2840-14gmUV ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2840-48ucBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2840-48ucPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2840-48umBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2840-48umPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2840-48umUV ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2840-67g5cBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2840-67g5mBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2840-67g5mUV ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A2840-86cc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A2840-86cm ROI 1
ROI 2
ROI 1:明るさ(Gain Auto+ Exposure Auto)
ROI 2:未割り当て
はい はい
a2A3840-13gcBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A3840-13gcPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A3840-13gmBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A3840-13gmPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A3840-45ucBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A3840-45ucPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A3840-45umBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A3840-45umPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A4096-9gcBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4096-9gcPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4096-9gmBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A4096-9gmPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A4096-30ucBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4096-30ucPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4096-30umBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A4096-30umPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A4096-44g5cBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4096-44g5mBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A4096-67cc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4096-67cm ROI 1
ROI 2
ROI 1:明るさ(Gain Auto+ Exposure Auto)
ROI 2:未割り当て
はい はい
a2A4200-12gcBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4200-12gcPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4200-12gmBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A4200-12gmPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A4200-40ucBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4200-40ucPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4200-40umBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A4200-40umPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A4504-5gcBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4504-5gcPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4504-5gmBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A4504-5gmPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A4504-18ucBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4504-18ucPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4504-18umBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A4504-18umPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A4504-27g5cBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4504-27g5mBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A4504-42cc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4504-42cm ROI 1
ROI 2
ROI 1:明るさ(Gain Auto+ Exposure Auto)
ROI 2:未割り当て
はい はい
a2A4508-6gcBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4508-6gcPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4508-6gmBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A4508-6gmPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A4508-20ucBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4508-20ucPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A4508-20umBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A4508-20umPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A5320-7gcBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A5320-7gcPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A5320-7gmBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A5320-7gmPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A5320-23ucBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A5320-23ucPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A5320-23umBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A5320-23umPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A5320-34g5cBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A5320-34g5mBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A5320-52cc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A5320-52cm ROI 1
ROI 2
ROI 1:明るさ(Gain Auto+ Exposure Auto)
ROI 2:未割り当て
はい はい
a2A5328-4gcBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A5328-4gcPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A5328-4gmBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A5328-4gmPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A5328-15ucBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A5328-15ucPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A5328-15umBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A5328-15umPRO ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A5328-22g5cBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A5328-22g5mBAS ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
a2A5328-35cc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
a2A5328-35cm ROI 1
ROI 2
ROI 1:明るさ(Gain Auto+ Exposure Auto)
ROI 2:未割り当て
はい はい
acA640-121gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA640-300gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA640-300gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA640-750uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA640-750um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA720-290gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA720-290gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA720-520uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA720-520um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA800-200gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA800-200gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA800-510uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA800-510um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA1280-60gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1280-60gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1300-60gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1300-60gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1300-60gmNIR ROI 1
ROI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1300-75gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1300-75gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1300-200uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA1300-200um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA1440-73gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1440-73gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1440-220uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA1440-220um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA1600-20gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1600-20uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA1600-60gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1600-60gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1920-25gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1920-25gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1920-25uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA1920-25um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA1920-40gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1920-40gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1920-40uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA1920-40ucMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA1920-40um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA1920-40umMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA1920-48gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1920-48gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1920-50gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1920-50gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA1920-150uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA1920-150um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA1920-155uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA1920-155ucMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA1920-155um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA1920-155umMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA2000-50gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA2000-50gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA2000-165uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA2000-165um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA2040-25gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA2040-25gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA2040-25gmNIR ROI 1
ROI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA2040-35gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA2040-35gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA2040-55uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA2040-55um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA2040-90uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA2040-90um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA2040-90umNIR ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA2040-120uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA2040-120um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA2440-20gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA2440-20gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA2440-35uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA2440-35ucMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA2440-35um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA2440-35umMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA2440-75uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA2440-75ucMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA2440-75um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA2440-75umMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA2500-14gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA2500-14gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA2500-14uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA2500-14um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA2500-20gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA2500-20gcMED AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA2500-20gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA2500-20gmMED AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA2500-60uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA2500-60um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA3088-16gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA3088-16gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA3088-57uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA3088-57ucMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA3088-57um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA3088-57umMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA3800-10gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA3800-10gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA3800-14uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA3800-14um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA4024-8gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA4024-8gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA4024-29uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA4024-29um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA4096-11gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA4096-11gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA4096-30uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA4096-30ucMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA4096-30um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA4096-30umMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA4096-40uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA4096-40ucMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA4096-40um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA4096-40umMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA4112-8gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA4112-8gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA4112-20uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA4112-20ucMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA4112-20um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA4112-20umMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA4112-30uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA4112-30ucMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA4112-30um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA4112-30umMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA5472-5gc AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA5472-5gm AOI 1
AOI 2
AOI 1:Intensity(Gain Auto + Exposure Auto)
AOI 2:White Balance(Balance White Auto)
はい いいえ
acA5472-17uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA5472-17ucMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
acA5472-17um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい いいえ
acA5472-17umMED ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)、Tonal Range(Tonal Range Auto)
はい いいえ
boA1936-400cc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
boA1936-400cm ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
boA2448-250cc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
boA2448-250cm ROI 1
ROI 2
ROI 1:明るさ(Gain Auto+ Exposure Auto)
ROI 2:未割り当て
はい はい
boA2832-190cc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
boA2832-190cm ROI 1
ROI 2
ROI 1:明るさ(Gain Auto+ Exposure Auto)
ROI 2:未割り当て
はい はい
boA4096-93cc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
boA4096-93cm ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
boA4096-180cc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
boA4096-180cm ROI 1
ROI 2
ROI 1:明るさ(Gain Auto+ Exposure Auto)
ROI 2:未割り当て
はい はい
boA4112-68cc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
boA4112-68cm ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
boA4500-45cc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
boA4500-45cm ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
boA4504-100cc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
boA4504-100cm ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
boA5120-150cc ROI 1 ROI 1: White Balance (Balance White Auto) いいえ はい
boA5120-150cm ROI 1 ROI 1: White Balance (Balance White Auto) いいえ はい
boA5120-230cc ROI 1 ROI 1: White Balance (Balance White Auto) いいえ はい
boA5120-230cm ROI 1 ROI 1: White Balance (Balance White Auto) いいえ はい
boA5320-150cc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
boA5320-150cm ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
boA5328-100cc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
boA5328-100cm ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
boA6500-36cc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
boA6500-36cm ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
boA8100-16cc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
boA8100-16cm ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:Brightness(Gain Auto + Exposure Auto)
はい はい
boA9344-30cc ROI 1 ROI 1: White Balance (Balance White Auto) いいえ はい
boA9344-30cm ROI 1 ROI 1: White Balance (Balance White Auto) いいえ はい
boA9344-70cc ROI 1 ROI 1: White Balance (Balance White Auto) いいえ はい
boA9344-70cm ROI 1 ROI 1: White Balance (Balance White Auto) いいえ はい
boA13440-17cm Auto Function ROI feature not supported Auto Function ROI feature not supported - -
daA720-520uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
daA720-520um ROI 1
ROI 2
ROI 1:明るさ(Gain Auto+ Exposure Auto)
ROI 2:未割り当て
はい はい
daA1280-54uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
いいえ いいえ
daA1280-54um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
いいえ いいえ
daA1440-220uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
daA1440-220um ROI 1
ROI 2
ROI 1:明るさ(Gain Auto+ Exposure Auto)
ROI 2:未割り当て
はい はい
daA1600-60uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
いいえ いいえ
daA1600-60um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
いいえ いいえ
daA1920-15um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
いいえ いいえ
daA1920-30uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
いいえ いいえ
daA1920-30um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
いいえ いいえ
daA1920-160uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
daA1920-160um ROI 1
ROI 2
ROI 1:明るさ(Gain Auto+ Exposure Auto)
ROI 2:未割り当て
はい はい
daA2448-70uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
daA2448-70um ROI 1
ROI 2
ROI 1:明るさ(Gain Auto+ Exposure Auto)
ROI 2:未割り当て
はい はい
daA2500-14uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
いいえ いいえ
daA2500-14um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
いいえ いいえ
daA3840-45uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
はい はい
daA3840-45um ROI 1
ROI 2
ROI 1:明るさ(Gain Auto+ Exposure Auto)
ROI 2:未割り当て
はい はい
puA1280-54uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
いいえ いいえ
puA1280-54um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
いいえ いいえ
puA1600-60uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
いいえ いいえ
puA1600-60um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
いいえ いいえ
puA1920-30uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
いいえ いいえ
puA1920-30um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
いいえ いいえ
puA2500-14uc ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
いいえ いいえ
puA2500-14um ROI 1
ROI 2
ROI 1:Brightness(Gain Auto + Exposure Auto)
ROI 2:White Balance(Balance White Auto)
いいえ いいえ

サンプルコード#

ace 2, boost, and dart R Cameras#
// Select auto function ROI 1
camera.AutoFunctionROISelector.SetValue(AutoFunctionROISelector_ROI1);
// Specify position and size of the auto function ROI selected
camera.AutoFunctionROIOffsetX.SetValue(10);
camera.AutoFunctionROIOffsetY.SetValue(10);
camera.AutoFunctionROIWidth.SetValue(500);
camera.AutoFunctionROIHeight.SetValue(400);
// Enable Balance White Auto for the auto function ROI selected
camera.AutoFunctionROIUseWhiteBalance.SetValue(true);
// Enable the 'Brightness' auto function (Gain Auto + Exposure Auto)
// for the auto function ROI selected
camera.AutoFunctionROIUseBrightness.SetValue(true);
// Highlight the auto function ROI selected
camera.AutoFunctionROIHighlight.SetValue(true);
INodeMap& nodemap = camera.GetNodeMap();
// Select auto function ROI 1
CEnumParameter(nodemap, "AutoFunctionROISelector").SetValue("ROI1");
// Specify position and size of the auto function ROI selected
CIntegerParameter(nodemap, "AutoFunctionROIOffsetX").SetValue(10);
CIntegerParameter(nodemap, "AutoFunctionROIOffsetY").SetValue(10);
CIntegerParameter(nodemap, "AutoFunctionROIWidth").SetValue(500);
CIntegerParameter(nodemap, "AutoFunctionROIHeight").SetValue(400);
// Enable Balance White Auto for the auto function ROI selected
CBooleanParameter(nodemap, "AutoFunctionROIUseWhiteBalance").SetValue(true);
// Enable the 'Brightness' auto function (Gain Auto + Exposure Auto)
// for the auto function ROI selected
CBooleanParameter(nodemap, "AutoFunctionROIUseBrightness").SetValue(true);
// Highlight the auto function ROI selected
CBooleanParameter(nodemap, "AutoFunctionROIHighlight").SetValue(true);
// Select auto function ROI 1
camera.Parameters[PLCamera.AutoFunctionROISelector].SetValue(PLCamera.AutoFunctionROISelector.ROI1);
// Specify position and size of the auto function ROI selected
camera.Parameters[PLCamera.AutoFunctionROIOffsetX].SetValue(10);
camera.Parameters[PLCamera.AutoFunctionROIOffsetY].SetValue(10);
camera.Parameters[PLCamera.AutoFunctionROIWidth].SetValue(500);
camera.Parameters[PLCamera.AutoFunctionROIHeight].SetValue(400);
// Enable Balance White Auto for the auto function ROI selected
camera.Parameters[PLCamera.AutoFunctionROIUseWhiteBalance].SetValue(true);
// Enable the 'Brightness' auto function (Gain Auto + Exposure Auto)
// for the auto function ROI selected
camera.Parameters[PLCamera.AutoFunctionROIUseBrightness].SetValue(true);
// Highlight the auto function ROI selected
camera.Parameters[PLCamera.AutoFunctionROIHighlight].SetValue(true);
/* 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 */
/* Select auto function ROI 1 */
errRes = PylonDeviceFeatureFromString(hdev, "AutoFunctionROISelector", "ROI1");
CHECK(errRes);
/* Specify position and size of the auto function ROI selected */
errRes = PylonDeviceSetIntegerFeature(hdev, "AutoFunctionROIOffsetX", 10);
CHECK(errRes);
errRes = PylonDeviceSetIntegerFeature(hdev, "AutoFunctionROIOffsetY", 10);
CHECK(errRes);
errRes = PylonDeviceSetIntegerFeature(hdev, "AutoFunctionROIWidth", 500);
CHECK(errRes);
errRes = PylonDeviceSetIntegerFeature(hdev, "AutoFunctionROIHeight", 400);
CHECK(errRes);
/* Enable Balance White Auto for the auto function ROI selected */
errRes = PylonDeviceSetBooleanFeature(hdev, "AutoFunctionROIUseWhiteBalance", 1);
CHECK(errRes);
/* Enable the 'Brightness' auto function (Gain Auto + Exposure Auto) */
/* for the auto function ROI selected */
errRes = PylonDeviceSetBooleanFeature(hdev, "AutoFunctionROIUseBrightness", 1);
CHECK(errRes);
/* Highlight the auto function ROI selected */
errRes = PylonDeviceSetBooleanFeature(hdev, "AutoFunctionROIHighlight", 1);
CHECK(errRes);
# Select auto function ROI 1
camera.AutoFunctionROISelector.Value = "ROI1"
# Specify position and size of the auto function ROI selected
camera.AutoFunctionROIOffsetX.Value = 10
camera.AutoFunctionROIOffsetY.Value = 10
camera.AutoFunctionROIWidth.Value = 500
camera.AutoFunctionROIHeight.Value = 400
# Enable Balance White Auto for the auto function ROI selected
camera.AutoFunctionROIUseWhiteBalance.Value = True
# Enable the 'Brightness' auto function (Gain Auto + Exposure Auto)
# for the auto function ROI selected
camera.AutoFunctionROIUseBrightness.Value = True
# Highlight the auto function ROI selected
camera.AutoFunctionROIHighlight.Value = True
ace Classic/U/L GigEカメラ#
// Select auto function AOI 1
camera.AutoFunctionAOISelector.SetValue(AutoFunctionAOISelector_AOI1);
// Specify position and size of the auto function ROI selected
camera.AutoFunctionAOIOffsetX.SetValue(10);
camera.AutoFunctionAOIOffsetY.SetValue(10);
camera.AutoFunctionAOIWidth.SetValue(500);
camera.AutoFunctionAOIHeight.SetValue(400);
// Enable Balance White Auto for the auto function ROI selected
camera.AutoFunctionAOIUsageWhiteBalance.SetValue(true);
// Enable the 'Intensity' auto function (Gain Auto + Exposure Auto)
// for the auto function ROI selected
camera.AutoFunctionAOIUsageIntensity.SetValue(true);
INodeMap& nodemap = camera.GetNodeMap();
// Select auto function AOI 1
CEnumParameter(nodemap, "AutoFunctionAOISelector").SetValue("AOI1");
// Specify position and size of the auto function ROI selected
CIntegerParameter(nodemap, "AutoFunctionAOIOffsetX").SetValue(10);
CIntegerParameter(nodemap, "AutoFunctionAOIOffsetY").SetValue(10);
CIntegerParameter(nodemap, "AutoFunctionAOIWidth").SetValue(500);
CIntegerParameter(nodemap, "AutoFunctionAOIHeight").SetValue(400);
// Enable Balance White Auto for the auto function ROI selected
CBooleanParameter(nodemap, "AutoFunctionAOIUsageWhiteBalance").SetValue(true);
// Enable the 'Intensity' auto function (Gain Auto + Exposure Auto)
// for the auto function ROI selected
CBooleanParameter(nodemap, "AutoFunctionAOIUsageIntensity").SetValue(true);
// Select auto function AOI 1
camera.Parameters[PLCamera.AutoFunctionAOISelector].SetValue(PLCamera.AutoFunctionAOISelector.AOI1);
// Specify position and size of the auto function ROI selected
camera.Parameters[PLCamera.AutoFunctionAOIOffsetX].SetValue(10);
camera.Parameters[PLCamera.AutoFunctionAOIOffsetY].SetValue(10);
camera.Parameters[PLCamera.AutoFunctionAOIWidth].SetValue(500);
camera.Parameters[PLCamera.AutoFunctionAOIHeight].SetValue(400);
// Enable Balance White Auto for the auto function ROI selected
camera.Parameters[PLCamera.AutoFunctionAOIUsageWhiteBalance].SetValue(true);
// Enable the 'Intensity' auto function (Gain Auto + Exposure Auto)
// for the auto function ROI selected
camera.Parameters[PLCamera.AutoFunctionAOIUsageIntensity].SetValue(true);
/* 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 */
/* Select auto function AOI 1 */
errRes = PylonDeviceFeatureFromString(hdev, "AutoFunctionAOISelector", "AOI1");
CHECK(errRes);
/* Specify position and size of the auto function ROI selected */
errRes = PylonDeviceSetIntegerFeature(hdev, "AutoFunctionAOIOffsetX", 10);
CHECK(errRes);
errRes = PylonDeviceSetIntegerFeature(hdev, "AutoFunctionAOIOffsetY", 10);
CHECK(errRes);
errRes = PylonDeviceSetIntegerFeature(hdev, "AutoFunctionAOIWidth", 500);
CHECK(errRes);
errRes = PylonDeviceSetIntegerFeature(hdev, "AutoFunctionAOIHeight", 400);
CHECK(errRes);
/* Enable Balance White Auto for the auto function ROI selected */
errRes = PylonDeviceSetBooleanFeature(hdev, "AutoFunctionAOIUsageWhiteBalance", 1);
CHECK(errRes);
/* Enable the 'Intensity' auto function (Gain Auto + Exposure Auto) */
/* for the auto function ROI selected */
errRes = PylonDeviceSetBooleanFeature(hdev, "AutoFunctionAOIUsageIntensity", 1);
CHECK(errRes);
# Select auto function AOI 1
camera.AutoFunctionAOISelector.Value = "AOI1"
# Specify position and size of the auto function ROI selected
camera.AutoFunctionAOIOffsetX.Value = 10
camera.AutoFunctionAOIOffsetY.Value = 10
camera.AutoFunctionAOIWidth.Value = 500
camera.AutoFunctionAOIHeight.Value = 400
# Enable Balance White Auto for the auto function ROI selected
camera.AutoFunctionAOIUsageWhiteBalance.Value = True
# Enable the 'Intensity' auto function (Gain Auto + Exposure Auto)
# for the auto function ROI selected
camera.AutoFunctionAOIUsageIntensity.Value = True
その他のカメラ#
// Select auto function ROI 1
camera.AutoFunctionROISelector.SetValue(AutoFunctionROISelector_ROI1);
// Specify position and size of the auto function ROI selected
camera.AutoFunctionROIOffsetX.SetValue(10);
camera.AutoFunctionROIOffsetY.SetValue(10);
camera.AutoFunctionROIWidth.SetValue(500);
camera.AutoFunctionROIHeight.SetValue(400);
// Enable Balance White Auto for the auto function ROI selected
camera.AutoFunctionROIUseWhiteBalance.SetValue(true);
// Enable the 'Brightness' auto function (Gain Auto + Exposure Auto)
// for the auto function ROI selected
camera.AutoFunctionROIUseBrightness.SetValue(true);
INodeMap& nodemap = camera.GetNodeMap();
// Select auto function ROI 1
CEnumParameter(nodemap, "AutoFunctionROISelector").SetValue("ROI1");
// Specify position and size of the auto function ROI selected
CIntegerParameter(nodemap, "AutoFunctionROIOffsetX").SetValue(10);
CIntegerParameter(nodemap, "AutoFunctionROIOffsetY").SetValue(10);
CIntegerParameter(nodemap, "AutoFunctionROIWidth").SetValue(500);
CIntegerParameter(nodemap, "AutoFunctionROIHeight").SetValue(400);
// Enable Balance White Auto for the auto function ROI selected
CBooleanParameter(nodemap, "AutoFunctionROIUseWhiteBalance").SetValue(true);
// Enable the 'Brightness' auto function (Gain Auto + Exposure Auto)
// for the auto function ROI selected
CBooleanParameter(nodemap, "AutoFunctionROIUseBrightness").SetValue(true);
// Select auto function ROI 1
camera.Parameters[PLCamera.AutoFunctionROISelector].SetValue(PLCamera.AutoFunctionROISelector.ROI1);
// Specify position and size of the auto function ROI selected
camera.Parameters[PLCamera.AutoFunctionROIOffsetX].SetValue(10);
camera.Parameters[PLCamera.AutoFunctionROIOffsetY].SetValue(10);
camera.Parameters[PLCamera.AutoFunctionROIWidth].SetValue(500);
camera.Parameters[PLCamera.AutoFunctionROIHeight].SetValue(400);
// Enable Balance White Auto for the auto function ROI selected
camera.Parameters[PLCamera.AutoFunctionROIUseWhiteBalance].SetValue(true);
// Enable the 'Brightness' auto function (Gain Auto + Exposure Auto)
// for the auto function ROI selected
camera.Parameters[PLCamera.AutoFunctionROIUseBrightness].SetValue(true);
/* 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 */
/* Select auto function ROI 1 */
errRes = PylonDeviceFeatureFromString(hdev, "AutoFunctionROISelector", "ROI1");
CHECK(errRes);
/* Specify position and size of the auto function ROI selected */
errRes = PylonDeviceSetIntegerFeature(hdev, "AutoFunctionROIOffsetX", 10);
CHECK(errRes);
errRes = PylonDeviceSetIntegerFeature(hdev, "AutoFunctionROIOffsetY", 10);
CHECK(errRes);
errRes = PylonDeviceSetIntegerFeature(hdev, "AutoFunctionROIWidth", 500);
CHECK(errRes);
errRes = PylonDeviceSetIntegerFeature(hdev, "AutoFunctionROIHeight", 400);
CHECK(errRes);
/* Enable Balance White Auto for the auto function ROI selected */
errRes = PylonDeviceSetBooleanFeature(hdev, "AutoFunctionROIUseWhiteBalance", 1);
CHECK(errRes);
/* Enable the 'Brightness' auto function (Gain Auto + Exposure Auto) */
/* for the auto function ROI selected */
errRes = PylonDeviceSetBooleanFeature(hdev, "AutoFunctionROIUseBrightness", 1);
CHECK(errRes);
# Select auto function ROI 1
camera.AutoFunctionROISelector.Value = "ROI1"
# Specify position and size of the auto function ROI selected
camera.AutoFunctionROIOffsetX.Value = 10
camera.AutoFunctionROIOffsetY.Value = 10
camera.AutoFunctionROIWidth.Value = 500
camera.AutoFunctionROIHeight.Value = 400
# Enable Balance White Auto for the auto function ROI selected
camera.AutoFunctionROIUseWhiteBalance.Value = True
# Enable the 'Brightness' auto function (Gain Auto + Exposure Auto)
# for the auto function ROI selected
camera.AutoFunctionROIUseBrightness.Value = True

pylon Viewerを使用して、パラメーターを簡単に設定することもできます。