Issue:
When scene mode is Landscape/Sunset, Backend AF mode is
set to Infinity and AF state is INACTIVE and then when
APP calls do AF, focus state is still Inactive and since
there is no change in AF state, HAL not sending the state
to frameworks and APP got stuck.
Fix:
Check backend AF mode is INFINITY and if its Active AF call
then send the corresponding AF INACTIVE state to frameworks.
Change-Id: I4663e29ecd3be8f257cfd18dd037c9208fb019ee
Issue :
Reprocess for thumbnail is triggered even though
feature mask is zero. So, Config stream is failing.
Fix :
Unmask all the features which are already applied
on online streams(preview/postview).
And then check feature mask for triggering thumbnail
reprocess
Change-Id: I189f558e5a00b4fae4987410296f7d40e1e216f5
- msm8939 only allows a single Bayer sensor to be used at a time,
so just disallow it at the HAL layer for this device
Change-Id: I0d3a8995f5f91b92ac2e17ce6aad1ab1288a2f7a
When recording hint is set and application calls take picture
without even starting recording session, override recording hint
internally and fallback to non-zsl capture. This can happen during
CTS which expect preview behaviour in this case similar to non-zsl
capture, that is preview should be stopped after snapshot.
Change-Id: I42c197980a5f7804dba740e4ecb26adc618661cf