From ddf663f88ed7c4729a55a0b4519b2138adf154de Mon Sep 17 00:00:00 2001 From: Younghwan Joo <yhwan.joo@samsung.com> Date: Fri, 5 Oct 2012 13:36:28 +0900 Subject: [PATCH] hardware: samsung_slsi: libcamera2: make sync between pre and main flash(2) 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/libcamera2/ExynosCameraHWInterface2.cpp b/libcamera2/ExynosCameraHWInterface2.cpp index 9867e73..4ed5a27 100644 --- a/libcamera2/ExynosCameraHWInterface2.cpp +++ b/libcamera2/ExynosCameraHWInterface2.cpp @@ -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; -- 2.20.1