hardware: samsung_slsi: libcamera2: make sync between pre and main flash(2)
authorYounghwan Joo <yhwan.joo@samsung.com>
Fri, 5 Oct 2012 04:36:28 +0000 (13:36 +0900)
committerAlex Ray <aray@google.com>
Fri, 5 Oct 2012 21:53:07 +0000 (14:53 -0700)
This patch is to matching pre-flash and main-flash. In flash scenario,
Firing main flash have to be followed by firing pre-flash.
This commit is to add previous patch. (#25402, patchset 3)

BUG : 7276572
Change-Id: I0290519f791802705a20309be20e910678f3df24
Signed-off-by: Younghwan Joo <yhwan.joo@samsung.com>
libcamera2/ExynosCameraHWInterface2.cpp

index 9867e736f5d67684ca5159b4439981e1cc360b14..4ed5a275f8f37c2a78fe3e63bcbd2b1c7af5c6b4 100644 (file)
@@ -2899,7 +2899,6 @@ void ExynosCameraHWInterface2::m_preCaptureSetter(struct camera2_shot_ext * shot
         m_ctlInfo.flash.m_flashEnableFlg = false;
         m_ctlInfo.flash.m_flashCnt = 0;
         m_ctlInfo.flash.m_afFlashDoneFlg= false;
-        m_ctlInfo.flash.m_flashDecisionResult = false;
         break;
     case IS_FLASH_STATE_NONE:
         break;