Grabber::setVideoNorm Method

現在アクティブなデバイスで使用するビデオ規格を設定します。
利用可能なビデオ規格はGrabber::getAvailableVideoNormsクラスライブラリリファレンス>クラス>Grabber>Grabber::getAvailableVideoNorms Methodをコールすることで取得できます。

構文

bool setVideoNorm ( const VideoFormatItem& videonorm );
bool setVideoNorm ( const std::string& videonormstring );
bool setVideoNorm ( const std::wstring& videonormstring );
パラメータ 説明
videonorm 選択中のデバイスで使用するビデオフォーマットを指定します。
videonormstring 選択中のデバイスで使用するビデオフォーマットの名前を指定します。

戻り値

ビデオ規格の設定が正常に行われた場合はtrue、そ うでない場合はfalse

備考

ビデオ規格の変更後は現在のビデオフォーマットは無効となります。新しいビデオフォーマットはGrabber::startLiveクラスライブラリリファレンス>クラス>Grabber>Grabber::startLive Methodがコールされる前にGrabber::setVideoFormatクラスライブラリリファレンス>クラス>Grabber>Grabber::setVideoFormat Methodで設定する必要があります。利用可能なビデオフォーマットのリストはGrabber::getAvailableVideoFormatsクラスライブラリリファレンス>クラス>Grabber>Grabber::getAvailableVideoFormats Methodをコールすることで取得することができます。