commit | c094769759256b8d88ef82b0bc4d6990d6afec7e | [log] [tgz] |
---|---|---|
author | Jay Wang <jaywang@codeaurora.org> | Wed Mar 30 18:00:27 2016 -0700 |
committer | Jay Wang <jaywang@codeaurora.org> | Wed Mar 30 18:17:30 2016 -0700 |
tree | 023eaf5ddf4659e9f4bbc51973660d4cfee97922 | |
parent | f12aabf6cc14021a7412657a3cfb9ec089e56dde [diff] |
SnapdragonCamera: fix instant capture setting issue The instant capture flag is set in a delayed runnable and causes a race condition that the flag is not set before camera thread configures the camera parameters. To resolve the issue, sets the instant capture flag in the main thread. Change-Id: Ic44a5df4d10fb2c641835e94cd4ec6790c759b36 CRs-Fixed: 994361