Other Parts Discussed in Thread: AM3517
Hi Champers,
I am using AM3517 and Android4.0.3 which is last one release from TI for this platform, face one critical issue,
when I try to preview image, i found it never get preview image, but i probed the data lines of CCDC, there is really data pass through.
I debug more and found it is because in thread previewThread, below two flags never become true, why this two flags never become true? I deem this two flags will be automatically set to be 1 by application
if ((mMsgEnabled & CAMERA_MSG_PREVIEW_FRAME) ||
(mMsgEnabled & CAMERA_MSG_VIDEO_FRAME)) {
and if i forced this two flags to set to 1, it will crash.