Loading
msm: camera: Optimize the dual led flash scenarios
The dual led flash usecases have considerable latency than single
led because each request is queued into the worker thread of led
framework which has inherent latency. This also causes sync issues
with each led firing at different time.
The solution is to configure the current values for each led and use
a trigger node to fire both the leds at the same time.
Change-Id: I0a853b154a6175c3f88681711e413753afd84890
Signed-off-by:
Nishant Pandit <npandit@codeaurora.org>