Class VLDSCapture.TVLDSCameraControl
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(One intermediate revision by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' DSCameraControl : [[Class VLDSCapture.TVLDSOptionalCaptureProperty|Mitov.VideoLab.DSOptionalCaptureProperty]] |
</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: VideoLabBasicPkg
Unit: VLDSCapture
Inherits: TVLDSOptionalCaptureProperty
Contents |
Syntax
Delphi:
type TVLDSCameraControl = class( TVLDSOptionalCaptureProperty )
C++ Builder:
class TVLDSCameraControl : public TVLDSOptionalCaptureProperty
Visual C++ (MFC):
class CTVLDSCameraControl : public CTVLDSOptionalCaptureProperty
C# (.NET):
public ref class DSCameraControl : Mitov.VideoLab.DSOptionalCaptureProperty
Summary
Camera control properties class.
Description
Defines a class to be used for the Camera control property of the TVLDSCapture component.
Properties
Published
- Pan - Controls the camera pan.
- Tilt - Controls the camera tilt.
- Roll - Controls the camera roll.
- Zoom - Controls the camera zoom.
- Exposure - Controls the camera exposure.
- Iris - Controls the camera iris.
- Focus - Controls the camera focus.
Public
- Available - Checks if the camera control is supported by the device.
From TVLDSOptionalCaptureProperty
Properties
Published
- Enabled - Enables/Disables the property.