Fixes bug where video is not smooth, same as TIVI-651 48/3348/1
authorJimmy Huang <jimmy.huang@intel.com>
Wed, 17 Apr 2013 21:54:24 +0000 (14:54 -0700)
committerJimmy Huang <jimmy.huang@intel.com>
Wed, 17 Apr 2013 21:54:24 +0000 (14:54 -0700)
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
src/camera_app.c

index 7b71147..f4ff50a 100755 (executable)
@@ -101,6 +101,9 @@ static Evas_Object *__cam_create_win(const char *name)
        Evas_Object *eo = NULL;
        int w, h;
 
+        /* temporarily: disable sync to fix video frame rate issue */
+        ecore_evas_app_comp_sync_set(EINA_FALSE);
+
        eo = elm_win_add(NULL, name, ELM_WIN_BASIC);
 
        if (eo) {