Skip to content

AutoExposureController

Tempestissiman edited this page Jul 26, 2022 · 1 revision

Descriptions

Controller for Auto Exposure effect.

Remarks

_

Properties


Name Type Activation string
filteringFrom ValueChannel "filtering"
filteringTo ValueChannel "filtering"
minLuminance ValueChannel "minLuminance"
maxLuminance ValueChannel "minLuminance"
keyValue ValueChannel "keyvalue"
speedUp ValueChannel "speedup"
speedDown ValueChannel "speeddown"

Remarks

In order for a property to take effect, enabledEffect(effects) method must be called with effects being a table containing the relevant activation strings.

Methods


enableEffect(effects)

Descriptions

Enable effect based on passed in activation strings.

Parameters

Name Type Description
effects Table of string Table containing activation string of effects

Return types

nil

Remarks

_


setEyeAdaptation(mode)

Descriptions

Set the eye adaptation mode

Parameters

Name Type Description
mode number 0 = Progressive, 1 = Fixed

Return types

nil

Remarks

_

Clone this wiki locally