Class VLAxisCapture.TVLAxisCapture

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.

BIGVLAxisCapture.gif VLAxisCapture.gif NETVLAxisCapture.gif

Package: VideoLabAdditionalPkg

Unit: VLAxisCapture

Inherits: TLPComponent

Contents

Syntax

Delphi:

type TVLAxisCapture = class( TLPComponent )

C++ Builder:

class TVLAxisCapture : public TLPComponent

Visual C++ (MFC):

class CTVLAxisCapture : public CTLPComponent

C# (.NET):

public ref class AxisCapture : Mitov.VideoLab.Component

Summary

Captures Video from Axis IP Camera using the Axis media control.

Description

Requires Axis media parser.

Axis media parser is installed under the (LabPacks install directory)\ThirdParty\Axis .

In order to use the component you first have to install the Axis media parser by executing the Register.bat file in the (LabPacks install directory)\ThirdParty\Axis directory.


Axis media parser is also available for download as SDK from the Axis web site - http://www.axis.com.

Axis media control based Axis IP camera video capture component.

Use this component to capture video data from an Axis IP capturing device.


To capture data from a device, place the component on a form, specify the device URL, optionally set the login information, 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:

VLAxisCapture Preview.png

Properties

Published

Methods

Public

Pins

Events

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox