Inherits from NSObject
Declared in WTStartupConfiguration.h

Overview

WTStartupConfiguration represents configuration values that are used during the SDK startup. If any of the defined properties can not be applied, an error is given to the debug delegate and also an error message is printed in the Xcode console.

Properties

captureDeviceFocusRangeRestriction

The capture device focus range restriction that should be used when the SDK starts. If the given focus range restriction is not supported by the current device, then this property is ignored.

@property (nonatomic, assign) AVCaptureAutoFocusRangeRestriction captureDeviceFocusRangeRestriction

Discussion

Please refer to the official AVCaptureAutoFocusRangeRestriction documentation for more information.

Declared In

WTStartupConfiguration.h

captureDevicePosition

The capture device position that should be used when the SDK starts. If the position is not supported by the current device, then a default position is used.

@property (nonatomic, assign) AVCaptureDevicePosition captureDevicePosition

Declared In

WTStartupConfiguration.h