Browse Source

Merge branch 'CR_2690_ISP_SDK_Kevin.xie' into 'jh7110-devel'

CR 2690 ispsdk: stf_isp_ctrl: Reduce the time cost on stf_isp_ctrl setup to avoid...

See merge request sdk/freelight-u-sdk!231
andy.hu 1 year ago
parent
commit
7e2ac3717d

+ 1 - 1
ispsdk/DDKSource/test_apps/stf_isp_ctrl/src/stf_isp_ctrl.c

@@ -2240,7 +2240,7 @@ static STF_INT IspCtrl(
 #endif //#if 1
     //=========================================================================
     srand(time(0));
-    sleep(1);
+    usleep(100*1000);
 #if 0
     PrintUsage();
 #endif //#if 0

+ 10 - 2
ispsdk/release_notes.txt

@@ -1,3 +1,11 @@
+Internal Release 2.0.2
+========================
+Bug fix:
+--------
+1) Fix segment fault on exit process because of the uninitialized devices.
+2) Removed misunderstood log that is normal in single isp pipeline.
+3) Reduce the time cost on stf_isp_ctrl setup to avoid unstable preview at first.
+
 Internal Release 2.0.1
 ========================
 New feature:
@@ -10,10 +18,10 @@ Bug fix:
 
 Caution:
 --------
-1) Now only 1080p setting wass tuned.
+1) Now only 1080p setting was tuned.
 
 
 
 Internel Release 2.0.0
 ========================
-First internal release. 
+First internal release.