VideoFormat

使用中の画像取り込みデバイスがサポートしているビデオフォーマットを含むオブジェクトです。

サンプル

この例では最初に利用可能なビデオフォーマットの取得方法を紹介しています。

[VB.NET]
Dim Fmt As VideoFormat
Fmt = IcImagingControl1.VideoFormats(0)
[C#]
VideoFormat Fmt = ICImagingControl1.VideoFormats[0];

インフォメーション

ネームスペース: TIS.Imaging
     IC Imaging Control 1.xより導入

プロパティ

プロパティ 説明
BinningFactorクラスライブラリリファレンス>クラス>VideoFormat>VideoFormat.BinningFactor Property ビデオフォーマットのビニングファクターを返します。
BinningFactorHorizontalクラスライブラリリファレンス>クラス>VideoFormat>VideoFormat.BinningFactorHorizontal Property VideoFormat の水平ビニングファクターを返します。
BinningFactorVerticalクラスライブラリリファレンス>クラス>VideoFormat>VideoFormat.BinningFactorVertical Property VideoFormat の垂直ビニングファクターを返します。
BitsPerPixelクラスライブラリリファレンス>クラス>VideoFormat>VideoFormat.BitsPerPixel Property ビデオフォーマットのビットパーピクセルを返します。ピクセルあたりのバイト数はその値を8で割ることで算出できます。
Heightクラスライブラリリファレンス>クラス>VideoFormat>VideoFormat.Height Property VideoFormatの高さを返します。
Nameクラスライブラリリファレンス>クラス>VideoFormat>VideoFormat.Name Property VideoFormatの名前を返します。
SkippingFactorHorizontalクラスライブラリリファレンス>クラス>VideoFormat>VideoFormat.SkippingFactorHorizontal Property VideoFormat の水平スキッピング(sub-sampling)ファクターを返します。
SkippingFactorVerticalクラスライブラリリファレンス>クラス>VideoFormat>VideoFormat.SkippingFactorVertical Property VideoFormat の垂直スキッピング(sub-sampling)ファクターを返します。
Widthクラスライブラリリファレンス>クラス>VideoFormat>VideoFormat.Width Property VideoFormatの幅を返します。
[an error occurred while processing this directive]