Camera2ParamBase

public class Camera2ParamBase<T> where T : Hashable

Base class for camera configuration parameter.

  • Overall supported values for this parameter, disregarding any constraints imposed by the current values of other parameters.

    Declaration

    Swift

    public var overallSupportedValues: Set<T> { get }
  • Supported values for this parameter in the current configuration, with regard to the current values of all other config parameters.

    When empty, this parameter is not supported in the current configuration, and the corresponding value should be considered irrelevant.

    Declaration

    Swift

    public var currentSupportedValues: Set<T> { get }