[UTC][capi-media-vision][NonACR] Fix mv_3d_run_async failure 37/282737/1
authorTae-Young Chung <ty83.chung@samsung.com>
Tue, 11 Oct 2022 03:25:03 +0000 (12:25 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Tue, 11 Oct 2022 03:25:07 +0000 (12:25 +0900)
When depth_cb is invoked QUIT_GMAIN_LOOP is called and
gMv3dPointCloudCallBackInvoked is checked before pointcloud_cb is
invoked.
So remove QUIT_GMAIN_LOOP and instead wait 5000ms.

Change-Id: I3cd74a8434350b2dcedd6deac664667576d4d2fb
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
src/utc/capi-media-vision/utc-mv_3d.c

index ce497432772c9eca2d133bde97589d7be6098c8e..03900ab69a79eae683bc538d71f712afb7e2688e 100755 (executable)
@@ -195,7 +195,6 @@ static void _depth_cb(mv_source_h source,
        void* user_data)
 {
     gMv3dDepthCallBackInvoked = true;
-    QUIT_GMAIN_LOOP;
 }
 
 static void _pointcloud_cb(mv_source_h source,