Resource Base
Table of contents

DSCapabilities

The DSCapabilities class represents the capability properties of the hardware, including the maximum zoom factor, focal length, exposure time, and ISO.

Definition

Assembly: DynamsoftCore.xcframework

  • Objective-C
  • Swift
  1. @interface DSCapabilities : NSObject
    
  2. class Capabilities : NSObject
    

Attributes

Attributes Type Description
maxZoomFactor CGFloat The maximum zoom factor.
minFocalLength CGFloat The minimum focal length.
maxFocalLength CGFloat The maximum focal length.
minExposureTime CMTime The minimum exposure time.
maxExposureTime CMTime The maximum exposure time.
minISO CGFloat The minimum ISO.
maxISO CGFloat The maximum ISO.

maxZoomFactor

The maximum zoom factor.

  • Objective-C
  • Swift
  1. @property(nonatomic, readonly) CGFloat maxZoomFactor;
    
  2. var maxZoomFactor: CGFloat { get }
    

minFocalLength

The minimum focal length.

  • Objective-C
  • Swift
  1. @property(nonatomic, readonly) CGFloat minFocalLength;
    
  2. var minFocalLength: CGFloat { get }
    

maxFocalLength

The maximum focal length.

  • Objective-C
  • Swift
  1. @property(nonatomic, readonly) CGFloat maxFocalLength;
    
  2. var maxFocalLength: CGFloat { get }
    

minExposureTime

The minimum exposure time.

  • Objective-C
  • Swift
  1. @property(nonatomic, readonly) CMTime minExposureTime;
    
  2. var minExposureTime: CMTime { get }
    

maxExposureTime

The maximum exposure time.

  • Objective-C
  • Swift
  1. @property(nonatomic, readonly) CMTime maxExposureTime;
    
  2. var maxExposureTime: CMTime { get }
    

minISO

The minimum ISO.

  • Objective-C
  • Swift
  1. @property(nonatomic, readonly) CGFloat minISO;
    
  2. var minISO: CGFloat { get }
    

maxISO

The maximum ISO.

  • Objective-C
  • Swift
  1. @property(nonatomic, readonly) CGFloat maxISO;
    
  2. var maxISO: CGFloat { get }
    

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    • Version 4.x
      • Version 4.2.0
      • Version 4.0.2
      • Version 4.0.1
      • Version 4.0.0
    • Version 3.x
      • Version 3.0.3
      • Version 3.0.2
      • Version 3.0.1
      • Version 3.0.0
    • Version 2.x
      • Version 2.3.21
      • Version 2.3.20
      • Version 2.3.12
      • Version 2.3.11
      • Version 2.3.10
      • Version 2.3.5
      • Version 2.3.4
      • Version 2.3.3
      • Version 2.3.2
      • Version 2.3.1
      • Version 2.3.0
      • Version 2.1.4
      • Version 2.1.3
      • Version 2.1.1
      • Version 2.0.0
    Change +