FrameHandlerSink.FrameTypes Property

The FrameTypes collections allows the specification of valid image formats for the ImageBuffer collection.
Syntax:
Public FrameTypes As FrameTypes
Limitations:

Read only.

Example:

The following example shows how to setup a FrameHandlerSink that only accepts the 8-bit-gray image formats Y800 and RGB8.

To let a sink only accept images in the bayer format BY8, the following source code can be used:

See also: FrameHandlerSink, FrameTypes

<< FrameHandlerSink