FrameFocusCapabilities FrameFocusCapabilities FrameFocusCapabilities FrameFocusCapabilities Class

Definition

Provides information about the focus capabilities of the capture device for frames in a variable photo sequences.

public : sealed class FrameFocusCapabilities : IFrameFocusCapabilitiespublic sealed class FrameFocusCapabilities : IFrameFocusCapabilitiesPublic NotInheritable Class FrameFocusCapabilities Implements IFrameFocusCapabilities// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Get an instance of this class by accessing the Focus property.

Properties

Max Max Max Max

Gets the maximum focus length supported by the capture device for a frame in a variable photo sequence, specified in millimeters.

public : unsigned int Max { get; }public uint Max { get; }Public ReadOnly Property Max As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

The maximum focus length supported by the capture device for a frame in a variable photo sequence.

Min Min Min Min

Gets the minimum focus length supported by the capture device for a frame in a variable photo sequence, specified in millimeters.

public : unsigned int Min { get; }public uint Min { get; }Public ReadOnly Property Min As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

The minimum focus length supported by the capture device for a frame in a variable photo sequence.

Step Step Step Step

Gets the smallest focus increment supported by the capture device for a frame in a variable photo sequence, specified in millimeters.

public : unsigned int Step { get; }public uint Step { get; }Public ReadOnly Property Step As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

The smallest focus increment supported by the capture device for a frame in a variable photo sequence.

Supported Supported Supported Supported

Gets a value that indicates if the capture device supports the focus control for frames in a variable photo sequence.

public : PlatForm::Boolean Supported { get; }public bool Supported { get; }Public ReadOnly Property Supported As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the capture device supports the focus control; otherwise, false.