New Methods of ICImagingControl

List of properties and methods that have been added to the ICImagingControl class in IC Imaging Control 3.0

ICImagingControl.Sink

Sets or retrieves the currently used sink. A sink is an object that receives the frames coming from the video capture device and either copies them to an ImageBuffers collection or saves them to a media stream file.

ICImagingControl.FrameFilterPath

Sets a path from which frame filters are loaded.

ICImagingControl.FrameFilterInfos

This property returns a list, containing FrameFilterInfo objects that describe the available frame filters, which can be loaded from frame filter modules (.ftf files).

ICImagingControl.FrameFilterCreate

Creates a new instance of a FrameFilter from a FrameFilterInfo.

ICImagingControl.FrameFilterCreateString

Creates a new instance of a FrameFilter, by specifying the filter's name.

ICImagingControl.DeviceFrameFilters

The DeviceFrameFilters property provides a FrameFilters collection that contains the frame filters that are inserted in the device path.

ICImagingControl.LiveDisplayOutputWidth

Returns the actual width of the video format of the live display. Due to the use of frame filters, this width can differ from the width of the video capture device's video format and the sink's format.

ICImagingControl.LiveDisplayOutputHeight

Returns the actual height of the video format of the live display. Due to the use of frame filters, this height can differ from the height of the video capture device's video format and the sink's format.

ICImagingControl.ImageActiveBuffer

Returns the ImageBuffer to which the control copied the last frame.

ICImagingControl.DeBayerActive

Returns whether automatic de-bayering of BY8 image data is enabled.

ICImagingControl.DeBayerStartPattern

This property controls how the automatic de-bayering of BY8 image data should treat the pixel data.

ICImagingControl.DeBayerMode

This property selects the algorithm used to de-bayer BY8 image data.

ICImagingControl.OverlayBitmapPosition

This property controls the positions of OverlayBitmap objects in the image stream.

ICImagingControl.DisplayFrameFilters

The DisplayFrameFilters property provides a FrameFilters collection that contains the frame filters that are inserted in the display path.

ICImagingControl.OverlayBitmapAtPath

Returns the OverlayBitmap at a specified path position.

ICImagingControl.LiveShowLastBuffer

This property controls whether IC Imaging Control displays the buffer that was captured on LiveStop when LiveCaptureLastImage is enabled.

<< Extended Classes