Online documentation for VideoCaptureManager

Generated 2006-03-17

Factory for JMFVideoCapture components (part of Media/Video/Analysis framework; uses JMF).

Description

A factory for JMFVideoCaptureDevice components, which allows video to be captured from JMF-supported video devices for use with the associated analysis components.

Installation

Requires Java Media Framework (JMF) to be installed, and capture devices registered with the JMF registry. Currently developed with version 2.1.1e.

Configuration

No explicit configuration, but see installation notes.

Usage

Create a single instance on a machine on which video is to be captured and analysed. JMFVideoCaptureDevice sub-components will be dynamically generated for all registered JMF video capture devices. These can then be linked to the other components in the vision framework for analysis.

Technical Details

Based on JMF. Comparable to audio framework (developed first).