New classes and structures

List of the classes that have been added in IC Imaging Control 3.5

FrameQueueSink

The FrameQueueSink is the preferred sink when the application's task requires processing all frames in a video stream.

FrameQueueSinkListener

The FrameQueueSinkListener is the interface the FrameQueueSink uses to notify the listener of connect/disconnect operations on the sink and to notify of frames that arrived.

FrameQueueBuffer

The FrameQueueBuffer is the interface for buffers used by the FrameQueueSink and the FrameSnapSink. IF you want to implement your own FrameQueueBuffer to queue in FrameQueueSink or FrameSnapSink, you derived from the FrameQueueUserBuffer class.

FrameQueueUserBuffer

The FrameQueueUserBuffer can be used as the base class for specifc user implementations of a FrameQueueBuffer. You still have to implement the pure virutal IFrame::getPtr method. Otherwise all functions of a IFrame and FrameQueueBuffer are already implemented.

FrameSnapSink

The FrameSnapSink is a sink type used to grab a number frames from the video stream on demand.

FrameNotificationSink

The FrameNotificationSink is a sink type that gives direct access to image data as it becomes available to the application, before even being copied into a dedicated image buffer.

FrameNotificationSinkListener

The FrameNotificationSinkListener is the interface the FrameNotificationSink uses to notify about frames that were received from the video capture device as well as connect/disconnect operations on the sink.

refstruct::DriverFrameDropInformation

The DriverFrameDropInformation contains information over how many frames the driver delivered versus how many it dropped and where those drops occurred in the pipeline.

refstruct::FrameMetaData

The FrameMetaData structure contains metadata for an IFrame object.

<< New Feature Reference