Camera2EditableParam

public class Camera2EditableParam<T> : Camera2ParamBase<T> where T : Hashable

Mutable camera configuration parameter.

  • Current parameter value, or nil if the parameter is cleared.

    Setting this value:

    • outside of overallSupportedValues does nothing,
    • outside of currentSupportedValues is accepted, however any conflicting parameters will be cleared,
    • to nil clears this parameter.

    Declaration

    Swift

    public var value: T?