camera固定幀率的修改記錄


diff --git a/sdm450_a7/vendor/qcom/proprietary/mm-camera/mm-camera2/media-controller/modules/sensors/sensor/libs/ov4688/ov4688_lib.h b/sdm450_a7/vendor/qcom/proprietary/mm-came
index b23ac82..0a894bb 100755
--- a/sdm450_a7/vendor/qcom/proprietary/mm-camera/mm-camera2/media-controller/modules/sensors/sensor/libs/ov4688/ov4688_lib.h
+++ b/sdm450_a7/vendor/qcom/proprietary/mm-camera/mm-camera2/media-controller/modules/sensors/sensor/libs/ov4688/ov4688_lib.h
@@ -470,10 +470,10 @@
   {0x3809, 0x80, 0x00}, \
   {0x380a, 0x05, 0x00}, \
   {0x380b, 0xf0, 0x00}, \
-  {0x380c, 0x0c, 0x00}, \  /////////// TIMING _HTS  Horizontal total size
+  {0x380c, 0x09, 0x00}, \
   {0x380d, 0xC4, 0x00}, \
-  {0x380e, 0x04, 0x00}, \
-  {0x380f, 0xc6, 0x00}, \
+  {0x380e, 0x06, 0x00}, \  /////////// TIMING _HTS  Vertical total size
+  {0x380f, 0x40, 0x00}, \
   {0x3810, 0x00, 0x00}, \
   {0x3811, 0x09, 0x00}, \
   {0x3812, 0x00, 0x00}, \
@@ -1518,8 +1518,8 @@ static sensor_lib_t sensor_lib_ptr =
   {
     .active_array_size =
     {
-      .width = 2524,
-      .height = 1426,
+      .width = 2688,
+      .height = 1520,
     },
     .left_dummy = 0,
     .right_dummy = 0,
@@ -1712,9 +1712,9 @@ static sensor_lib_t sensor_lib_ptr =
       {
         .x_output = 0x9dc,
         .y_output = 0x592,
-        .line_length_pclk = 0x12c0,  //4800 
-        .frame_length_lines = 0x68d, //1677 
-        .op_pixel_clk = 480000000,
+        .line_length_pclk = 0x9c4,  //2500 
+        .frame_length_lines = 0x640, //1600 
+        .op_pixel_clk = 160000000,
         .binning_factor = 1,
         .min_fps = 7.5,
         .max_fps = 30.0,

//寄存器地址
////////////////////////////////////
    .line_length_pclk = 0x380c,
    .frame_length_lines = 0x380e,
////////////////////////////////////    
//寄存器地址


mg-data2@mg-data2:~/work/xiaodong_xu/sdm450_a7/sdm450_a7/vendor/qcom/proprietary/mm-camera$ git diff .
diff --git a/sdm450_a7/vendor/qcom/proprietary/mm-camera/mm-camera2/media-controller/modules/sensors/chromatix/0309/chromatix_ov4688/3A/zsl_p
index 0bf6f5b..ed992f2 100755
--- a/sdm450_a7/vendor/qcom/proprietary/mm-camera/mm-camera2/media-controller/modules/sensors/chromatix/0309/chromatix_ov4688/3A/zsl_preview/
+++ b/sdm450_a7/vendor/qcom/proprietary/mm-camera/mm-camera2/media-controller/modules/sensors/chromatix/0309/chromatix_ov4688/3A/zsl_preview/
@@ -6575,7 +6575,7 @@
       348, /* Max Exposure Table Entries for EV0 */
       0, /* Enable Digital Gain for EV Lowlight */
       394, /* Max Exposure Table Entries for EV+2 with digital gain */
-      273, /* Fix FPS AEC Table Index */
+      394, /* Fix FPS AEC Table Index */  /////////////// 19fps 
       {
          {256, 4}, /* Gain= 1.000 Exposure Index=0 */
          {264, 4}, /* Gain= 1.031 Exposure Index=1 */
diff --git a/sdm450_a7/vendor/qcom/proprietary/mm-camera/mm-camera2/media-controller/modules/sensors/chromatix/0309/chromatix_ov4688/3A/zsl_v
index f8c094f..8a473a7 100755
--- a/sdm450_a7/vendor/qcom/proprietary/mm-camera/mm-camera2/media-controller/modules/sensors/chromatix/0309/chromatix_ov4688/3A/zsl_video/ch
+++ b/sdm450_a7/vendor/qcom/proprietary/mm-camera/mm-camera2/media-controller/modules/sensors/chromatix/0309/chromatix_ov4688/3A/zsl_video/ch
@@ -6575,7 +6575,7 @@
       340, /* Max Exposure Table Entries for EV0 */
       0, /* Enable Digital Gain for EV Lowlight */
       386, /* Max Exposure Table Entries for EV+2 with digital gain */
-      339, /* Fix FPS AEC Table Index */
+      386, /* Fix FPS AEC Table Index */
       {
          {256, 4}, /* Gain= 1.000 Exposure Index=0 */
          {264, 4}, /* Gain= 1.031 Exposure Index=1 */
(END)
      
預覽的幀率有變化
      -      273, /* Fix FPS AEC Table Index */
+      394, /* Fix FPS AEC Table Index */  /////////////// 19fps 


300, /* Fix FPS AEC Table Index */  //30fps   


360, /* Fix FPS AEC Table Index */  //30fps   

這樣看是非線性的

330, /* Fix FPS AEC Table Index */  //30fps   
    
         
380 -------------》 //30fps   

384 -------------》 //30fps   

390 -------------》 //30fps   

394 -------------》 //30fps  

     

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章