Click or drag to resize

IMcCaptFrameFormat Property

Gets or sets the image data format of the capture frame.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Property Format As mcCaptFrameFormat
	Get
	Set

Property Value

Type: mcCaptFrameFormat
Remarks
Format is the image data format of the capture frame. It is one the mcBitsPerChannel enumerated constants: mcfrmFormat_None = 0 No format specified mcfrmFormat_Mono = 1 Monochrome format mcfrmFormat_RGB = 2 RGB color format mcfrmFormat_BGR = 4 BGR color format mcfrmFormat_Bayer = 8 Bayer color format
See Also