Browse Source

ispsdk: stf_isp_ctrl: Reduce the time cost on stf_isp_ctrl setup to avoid unstable preview at first.

Besides, update release_notes.txt and set version to be JH7110_ISP_SDK_v2.0.2.

Signed-off-by: Kevin.xie <kevin.xie@starfivetech.com>
Kevin.xie 1 year ago
parent
commit
ab26306864

+ 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.