Class VLIPCamera.TVLIPCamera
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(2 intermediate revisions by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' IPCamera : [[Class VLCommonGen.TVLCommonGen|Mitov.VideoLab.CommonGen]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 26 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 IPCamera : 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.