Set exposure time to not exceed 60, 45 frame rates times

This commit is contained in:
dchvs 2021-03-26 17:37:27 -06:00
parent e1e5e02beb
commit 6f6cbd2465
1 changed files with 8 additions and 8 deletions

View File

@ -102,7 +102,7 @@ i2c8 = "/i2c@31e0000";
framerate_factor = "1000000";
exposure_factor = "1000000";
min_gain_val = "102";
max_gain_val = "160";
max_gain_val = "250";
step_gain_val = "1";
default_gain = "102";
min_hdr_ratio = "1";
@ -114,7 +114,7 @@ i2c8 = "/i2c@31e0000";
default_framerate = "60000000"; // 60.0 fps
min_exp_time = "100"; // us
max_exp_time = "36600"; // us
max_exp_time = "16620"; // us
step_exp_time = "1";
default_exp_time = "15000"; // us
};
@ -141,7 +141,7 @@ i2c8 = "/i2c@31e0000";
framerate_factor = "1000000";
exposure_factor = "1000000";
min_gain_val = "102";
max_gain_val = "160" ;
max_gain_val = "250";
step_gain_val = "1";
default_gain = "102";
min_hdr_ratio = "1";
@ -153,7 +153,7 @@ i2c8 = "/i2c@31e0000";
default_framerate = "45000000"; // 45.0 fps
min_exp_time = "100"; // us
max_exp_time = "36600"; // us
max_exp_time = "22220"; // us
step_exp_time = "1";
default_exp_time = "15000"; // us
};
@ -229,7 +229,7 @@ i2c8 = "/i2c@31e0000";
framerate_factor = "1000000";
exposure_factor = "1000000";
min_gain_val = "102";
max_gain_val = "160" ;
max_gain_val = "250" ;
step_gain_val = "1";
default_gain = "102";
min_hdr_ratio = "1";
@ -241,7 +241,7 @@ i2c8 = "/i2c@31e0000";
default_framerate = "60000000"; // 60.0 fps
min_exp_time = "100"; // us
max_exp_time = "36600"; // us
max_exp_time = "16620"; // us
step_exp_time = "1";
default_exp_time = "15000"; // us
};
@ -268,7 +268,7 @@ i2c8 = "/i2c@31e0000";
framerate_factor = "1000000";
exposure_factor = "1000000";
min_gain_val = "102";
max_gain_val = "160" ;
max_gain_val = "250";
step_gain_val = "1";
default_gain = "102";
min_hdr_ratio = "1";
@ -280,7 +280,7 @@ i2c8 = "/i2c@31e0000";
default_framerate = "45000000"; // 45.0 fps
min_exp_time = "100"; // us
max_exp_time = "36600"; // us
max_exp_time = "22220"; // us
step_exp_time = "1";
default_exp_time = "15000"; // us
};