Class VLDSCapture.TVLDSCameraControlProperty
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:11, 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: TVLDSCaptureProperty
Contents |
Syntax
Delphi:
type TVLDSCameraControlProperty = class( TVLDSCaptureProperty )
C++ Builder:
class TVLDSCameraControlProperty : public TVLDSCaptureProperty
Visual C++ (MFC):
class CTVLDSCameraControlProperty : public CTVLDSCaptureProperty
C# (.NET):
public ref class TVLDSCameraControlProperty : Mitov.VideoLab.DSCaptureProperty
Summary
Camera control property class.
Description
Defines camera control property class.
Properties
Published
- Mode - Specifies the desired camera control property mode.
- Value - Specifies the desired value for the camera control property.
Public
- Modes - Returns the list of supported modes by the camera control property.
- RangesSupported - Checks if the ranges - (Min,Max, DefaultValue etc.) are supported.
- DefaultValue - Returns the default value of the camera control property.
- Delta - Returns the Delta(step) by which the value of the camera control property can change.
- Max - Returns the maximal possible value of the camera control property.
- Min - Returns the minimal possible value of the camera control property.