Class VLIPCamera.TVLIPCamera
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:05, 11 June 2013
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.
Package: VideoLabAdditionalPkg
Unit: VLIPCamera
Inherits: TVLCommonGen
Contents |
Syntax
Delphi:
type TVLIPCamera = class( TVLCommonGen )
C++ Builder:
class TVLIPCamera : public TVLCommonGen
Visual C++ (MFC):
class CTVLIPCamera : public CTVLCommonGen
C# (.NET):
public ref class TVLIPCamera : Mitov.VideoLab.CommonGen
Summary
Captures video from generic IP Camera.
Description
Use this component to capture video data from a generic IP Camera.
To capture data from a device, place the component on a form, set the URL, and if needed UserName and Password, 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 or TVLImageDisplay.
Diagram:
Properties
Published
- URL - Specifies the IP Camera URL.
Events
- OnError - Occurs on IP Camera capture error.