Loading services/camera/libcameraservice/api1/client2/ZslProcessor3.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -573,6 +573,11 @@ nsecs_t ZslProcessor3::getCandidateTimestampLocked(size_t* metadataIdx) const { continue; } uint8_t afMode = entry.data.u8[0]; if (afMode == ANDROID_CONTROL_AF_MODE_OFF) { // Skip all the ZSL buffer for manual AF mode, as we don't really // know the af state. continue; } // Check AF state if device has focuser and focus mode isn't fixed if (mHasFocuser && !isFixedFocusMode(afMode)) { Loading Loading
services/camera/libcameraservice/api1/client2/ZslProcessor3.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -573,6 +573,11 @@ nsecs_t ZslProcessor3::getCandidateTimestampLocked(size_t* metadataIdx) const { continue; } uint8_t afMode = entry.data.u8[0]; if (afMode == ANDROID_CONTROL_AF_MODE_OFF) { // Skip all the ZSL buffer for manual AF mode, as we don't really // know the af state. continue; } // Check AF state if device has focuser and focus mode isn't fixed if (mHasFocuser && !isFixedFocusMode(afMode)) { Loading