• 検索結果がありません。

Mandatory Features to Support the Use Case (ユースケースをサポートするための必須機能)

ドキュメント内 CoaXPress Standard (ページ 142-145)

10 Device Setup (デバイスのセットアップ)

10.3 GenICam and XML Files (GenICam と XML ファイル)

10.3.2 Mandatory Features to Support the Use Case (ユースケースをサポートするための必須機能)

In addition to the bootstrap registers that are required to control and configure the Device, all CoaXPress camera Devices shall support (mandatory) the features listed in Table 48 in their XML description files, which uses the following indications:

Group: GenICam:

CXP:

This feature implements a GenICam feature of the same name.

This is a feature defined (or redefined) for the CoaXPress standard.

Access: R:

W: Read and/or Write.

Access modes given in parentheses are optional.

Interface: As defined by GenICam.

Table 45 ― Mandatory use case features

Name Group Access Interface

Width GenICam R/(W) IInteger

Height GenICam R/(W) IInteger

AcquisitionMode GenICam R/(W) IEnumeration

AcquisitionStart GenICam W/(R) ICommand

AcquisitionStop GenICam W/(R) ICommand

PixelFormat CXP R/(W) IEnumeration

TapGeometry CXP R/(W) IEnumeration

Image1StreamID CXP R IInteger

Image2StreamID CXP R IInteger

Note: This list is only intended for camera Devices. Non-camera Devices do not have to support the list.

These features are described in the following sections.

デバイスをコントロールおよびコンフィグレーションするために必要なブートストラップレジスタについて,全ての CoaXPress準拠カメラデバイスは以下の表現を用いたXML ファイルの中で表 48に示す機能を(必ず)サポートす ること<SHALL>

グループ: GenICam:

CXP:

この機能は同じ名前のGenICam機能を実装する。

これはCoaXPress規格にて定義(または再定義)された機能である。

アクセス: R:

W:

読み出し and/or 書き込み

()内のアクセスモードはオプションである。

インターフェース: GenICamによって定義されたものである。

45 ― 必須の各ユースケース機能

名前 グループ アクセス インターフェース

Width GenICam R/(W) IInteger

Height GenICam R/(W) IInteger

AcquisitionMode GenICam R/(W) IEnumeration

AcquisitionStart GenICam W/(R) ICommand

AcquisitionStop GenICam W/(R) ICommand

PixelFormat CXP R/(W) IEnumeration

TapGeometry CXP R/(W) IEnumeration

Image1StreamID CXP R IInteger

Image2StreamID CXP R IInteger

注: ここではカメラデバイス向けのものだけをリスト化している。カメラ以外のデバイスは上記のものをサポートする 必要はない。

これらの機能については以下のセクションにて説明している。

Width 10.3.2.1

10.3.2.2

10.3.2.3

This feature provides the image width in pixels.

この機能はピクセル単位の水平画像幅を提供する。

Height

This feature provides the image height in pixels.

この機能はピクセル単位の垂直画像高さを提供する。

AcquisitionMode

This feature controls the acquisition mode of the Device. For the mandatory use case, only “Continuous”

needs to be supported, where images are captured continuously until stopped with an AcquisitionStop command.

この機能はデバイスの取り込みモードを制御する。必須のユースケースとして「連続」モードのみサポートする必要 があり,AcquisitionStopコマンドが発行されるまで画像は連続して入力される。

AcquisitionStart 10.3.2.4

10.3.2.5

10.3.2.6

This feature starts acquisition from the Device.

この機能はデバイスからの取り込みを開始する。

AcquisitionStop

This feature stops acquisition from the Device.

この機能はデバイスからの取り込みを停止する。

PixelFormat

This feature provides the pixel format.

Bits Name

31-16 Reserved – set to zero.

15-0 PixelF code as defined in section 9.4.1.

この機能はピクセルフォーマットを提供する。

Bits Name

31-16 予約 ― ゼロに設定

15-0 セクション9.4.1に定義したPixelFコード

10.3.2.7 TapGeometry

This feature provides the tap geometry.

Bits Name

31-16 Reserved – set to zero.

15-0 TapG code as defined in section 9.4.5.

この機能はタップジオメトリを提供する。

Bits Name

31-16 予約 ― ゼロに設定

15-0 セクション9.4.5に定義したTapGコード

10.3.2.8

10.3.2.9

Image1StreamID

This gives the Stream ID of the primary image stream from the Device. It is recommended that this has a stream ID of 1 (see section 9.3 ).

これはデバイスからの最初の画像ストリームのストリームIDを提供する。このストリームIDには 1 を割り当てることを 推奨する(セクション9.3 参照)。

Image2StreamID

This gives the Stream ID of the secondary image stream from the Device.

Comment: This is part of the use case to allow for display of images from a two-tap camera device.

これはカメラデバイスからの 2 番目の画像ストリームのストリーム ID を提供する。

コメント: これは 2 タップのデバイスからの画像表示を可能にするためのユースケースの一部である。

ドキュメント内 CoaXPress Standard (ページ 142-145)