FpsConfig

open fun FpsConfig(mode: Int, targetFps: Float)

Creates an FpsConfig object. FPS - Frames Per Second

Parameters

targetFps

In case of the PERFORMANCE mode the targetFps is the FPS valuewhich is always tried to achieve.In case of the BALANCED mode the targetFps is the lowest FPS valuewhich is tried to achieve at slow camera movements to save battery life.