ICImagingControl.FrameFilterCreate Method

Creates a new instance of a FrameFilter from a FrameFilterInfo.
Syntax:
Public Function FrameFilterCreate( Info As FrameFilterInfo ) As FrameFilter
Name Description
Info

The FrameFilterInfo object describing the frame filter to be created.

Information:

Introduced in IC Imaging Control 3.0

Example:

The following example shows how to create a FrameFilter instance from a FrameFilterInfo object:

' Retrieve the first FrameFilterInfo object.
Dim info As FrameFilterInfo
Set info = ICImagingControl1.FrameFilterInfos(1)
 
' Create the frame filter to which the info object refers.
Dim filter As FrameFilter
Set filter = ICImagingControl1.FrameFilterCreate(info)
 
' Set the frame filter as the device frame filter.
ICImagingControl1.DeviceFrameFilters.Add filter
 
' Start live mode.
ICImagingControl1.LiveStart

The frame filter is set as a device frame filter.

See also: ICImagingControl, ICImagingControl.FrameFilterCreateString, ICImagingControl.FrameFilterInfos, FrameFilter, FrameFilterInfos, FrameFilterInfo

<< ICImagingControl

This site is part of The Imaging Source Network. Other sites include Company Portal, Image Processing, Astronomy Cameras, Astronomy Cameras Blog, Blog caméras d'astronomie, Astronomy Cameras Competition, TX Text Control, TX Text Control Blog and Forums.