From: Hu Gang Date: Thu, 17 Feb 2011 02:37:13 +0000 (+0800) Subject: Disable binary switch in ISP. Signed-off-by: Hu Gang X-Git-Tag: 2.1b_release~6^2~109^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a908094212d39e65903ca7c0d6e2485c2b715af;p=adaptation%2Fintel_mfld%2Fgst-plugins-atomisp.git Disable binary switch in ISP. Signed-off-by: Hu Gang --- diff --git a/gst-libs/atomisphal/mfld_cam.c b/gst-libs/atomisphal/mfld_cam.c index 4d9ef94..9031ca8 100644 --- a/gst-libs/atomisphal/mfld_cam.c +++ b/gst-libs/atomisphal/mfld_cam.c @@ -592,7 +592,10 @@ cam_set_capture_mode (int fd, cam_capture_mode_t mode) { cam_err_t ret = CAM_ERR_NONE; cam_driver_dbg ("%s\n", __func__); - //FIXME We need to switch the binary here ? + /* FIXME We need to switch the binary here ? */ + mfld_driver.first_frame = 1; + return ret; /* Don't switch mode temppory for the MIPI issue */ + switch (mode) { case CAM_CAPTURE_MODE_VIEWFINDER: mfldadvci->switch_mode (CI_ISP_MODE_PREVIEW);