Class VLDSCapture.TVLDSCapture

From Mitov Wiki Doc
Revision as of 00:30, 26 June 2013 by David Alm (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

BIGVLDSCapture.gif VLDSCapture.gif NETVLDSCapture.gif

Package: VideoLabBasicPkg

Unit: VLDSCapture

Inherits: TLPComponent

Contents

Syntax

Delphi:

type TVLDSCapture = class( TLPComponent )

C++ Builder:

class TVLDSCapture : public TLPComponent

Visual C++ (MFC):

class CTVLDSCapture : public CTLPComponent

C# (.NET):

public ref class DSCapture : Mitov.VideoLab.Component

Summary

Captures Video from device using DirectShow.

Description

Requires DirectShow 8.1 or higher.

If you don't want to use DirectShow use the TVLCapture component instead.

DirectShow based video capture component.

Use this component to capture video data from a capturing device such as TV Tuner or Camcorder.


To capture data from a device, place the component on a form, select the driver of the device to use for capturing, set the Enabled property of the component to True, and connect the output pin to an InputPin of a component capable of receiving video data, as example a TVLAVILogger, TVLImageDisplay or TVLDSImageDisplay.


Diagram:

VLDSCapture Preview.png

Properties

Published

Public

Methods

Public

Pins

Events

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox