Grabber::isPropertyAutomationAvailableWithCurDev Method
デバイスが特定のプロパティにおいて自動設定に対応しているかどうかをチェックします。
構文
bool isPropertyAutomationAvailableWithCurDev( tCameraPropertyEnum CameraPropType ) const;
bool isPropertyAutomationAvailableWithCurDev( VideoPropertyEnum VideoPropType ) const;
パラメータ | 説明 |
---|---|
CameraPropType | @@NONSENSE@@デフォルト値を設定するCameraPropertyを指定します。 プロパティはGrabber::tCameraPropertyEnumクラスライブラリリファレンス>クラス>Grabber>Grabber::tCameraPropertyEnumより指定されます。 |
VideoPropType | @@NONSENSE@@ デフォルト値を設定するVideoPropertyを指定します。 プロパティはGrabber::tVideoPropertyEnumクラスライブラリリファレンス>クラス>Grabber>Grabber::tVideoPropertyEnumより指定されます。 |
戻り値
デバイスがプロパティの自動設定に対応している場合はtrue、そうでない場合はfalse。
備考
あるデバイスにおいて自動設定が可能なプロパティでも、それが全てのデバイスにおいて同様に可能であるというわけではないことに注意してください。Grabber::setPropertyクラスライブラリリファレンス>クラス>Grabber>Grabber::setProperty Methodを使用し、選択中のデバイスにおける特定のプロパティの自動設定を有効にすることが可能です。
関連項目
Grabberクラスライブラリリファレンス>クラス>Grabber, Grabber::isPropertyAutomationEnabledクラスライブラリリファレンス>クラス>Grabber>Grabber::isPropertyAutomationEnabled Method, Grabber::setPropertyクラスライブラリリファレンス>クラス>Grabber>Grabber::setProperty Method, Grabber::tCameraPropertyEnumクラスライブラリリファレンス>クラス>Grabber>Grabber::tCameraPropertyEnum, Grabber::tVideoPropertyEnumクラスライブラリリファレンス>クラス>Grabber>Grabber::tVideoPropertyEnum