Online documentation for VideoProcessor

Generated 2006-03-17

Configurable video processor (part of Media/Video/Analysis framework).

Description

Audio processing component which can receive audio frames (via sink), apply various processing steps to the frame, and then output it to another audio component (via source).

Installation

See AudioCaptureManager component for video capture requirements.

Configuration

Configured by setting configuration property. Allows value of the form "PROCESSOR1(ARG1,ARG2,...),PROCESSOR2(ARG1,...),...".

Available processors are:

Usage

Typically, link to sink from the source property of a JMFVideoCaptureDevice component (created by an JMFVideoCaptureManager component) or from the source property of a chained SimpleVideoProcessor component to a VideoFrameAverage or VideoFrameExporter component which exposes the final processing result.

View the component web page using the URL in the configUrl property, which includes access to most recent input and processed image(s).

Note: for efficiency/performance, perform Drop, Subsample and/or Region processes as close to the start of the processing chain as possible.

Technical Details

Part of the visionframework set of components; extends AbstractVideoProcessor. some visualisation facilities.