Set exposure time to not exceed 60, 45 frame rates times
This commit is contained in:
parent
e1e5e02beb
commit
6f6cbd2465
|
@ -102,7 +102,7 @@ i2c8 = "/i2c@31e0000";
|
||||||
framerate_factor = "1000000";
|
framerate_factor = "1000000";
|
||||||
exposure_factor = "1000000";
|
exposure_factor = "1000000";
|
||||||
min_gain_val = "102";
|
min_gain_val = "102";
|
||||||
max_gain_val = "160";
|
max_gain_val = "250";
|
||||||
step_gain_val = "1";
|
step_gain_val = "1";
|
||||||
default_gain = "102";
|
default_gain = "102";
|
||||||
min_hdr_ratio = "1";
|
min_hdr_ratio = "1";
|
||||||
|
@ -114,7 +114,7 @@ i2c8 = "/i2c@31e0000";
|
||||||
default_framerate = "60000000"; // 60.0 fps
|
default_framerate = "60000000"; // 60.0 fps
|
||||||
|
|
||||||
min_exp_time = "100"; // us
|
min_exp_time = "100"; // us
|
||||||
max_exp_time = "36600"; // us
|
max_exp_time = "16620"; // us
|
||||||
step_exp_time = "1";
|
step_exp_time = "1";
|
||||||
default_exp_time = "15000"; // us
|
default_exp_time = "15000"; // us
|
||||||
};
|
};
|
||||||
|
@ -141,7 +141,7 @@ i2c8 = "/i2c@31e0000";
|
||||||
framerate_factor = "1000000";
|
framerate_factor = "1000000";
|
||||||
exposure_factor = "1000000";
|
exposure_factor = "1000000";
|
||||||
min_gain_val = "102";
|
min_gain_val = "102";
|
||||||
max_gain_val = "160" ;
|
max_gain_val = "250";
|
||||||
step_gain_val = "1";
|
step_gain_val = "1";
|
||||||
default_gain = "102";
|
default_gain = "102";
|
||||||
min_hdr_ratio = "1";
|
min_hdr_ratio = "1";
|
||||||
|
@ -153,7 +153,7 @@ i2c8 = "/i2c@31e0000";
|
||||||
default_framerate = "45000000"; // 45.0 fps
|
default_framerate = "45000000"; // 45.0 fps
|
||||||
|
|
||||||
min_exp_time = "100"; // us
|
min_exp_time = "100"; // us
|
||||||
max_exp_time = "36600"; // us
|
max_exp_time = "22220"; // us
|
||||||
step_exp_time = "1";
|
step_exp_time = "1";
|
||||||
default_exp_time = "15000"; // us
|
default_exp_time = "15000"; // us
|
||||||
};
|
};
|
||||||
|
@ -229,7 +229,7 @@ i2c8 = "/i2c@31e0000";
|
||||||
framerate_factor = "1000000";
|
framerate_factor = "1000000";
|
||||||
exposure_factor = "1000000";
|
exposure_factor = "1000000";
|
||||||
min_gain_val = "102";
|
min_gain_val = "102";
|
||||||
max_gain_val = "160" ;
|
max_gain_val = "250" ;
|
||||||
step_gain_val = "1";
|
step_gain_val = "1";
|
||||||
default_gain = "102";
|
default_gain = "102";
|
||||||
min_hdr_ratio = "1";
|
min_hdr_ratio = "1";
|
||||||
|
@ -241,7 +241,7 @@ i2c8 = "/i2c@31e0000";
|
||||||
default_framerate = "60000000"; // 60.0 fps
|
default_framerate = "60000000"; // 60.0 fps
|
||||||
|
|
||||||
min_exp_time = "100"; // us
|
min_exp_time = "100"; // us
|
||||||
max_exp_time = "36600"; // us
|
max_exp_time = "16620"; // us
|
||||||
step_exp_time = "1";
|
step_exp_time = "1";
|
||||||
default_exp_time = "15000"; // us
|
default_exp_time = "15000"; // us
|
||||||
};
|
};
|
||||||
|
@ -268,7 +268,7 @@ i2c8 = "/i2c@31e0000";
|
||||||
framerate_factor = "1000000";
|
framerate_factor = "1000000";
|
||||||
exposure_factor = "1000000";
|
exposure_factor = "1000000";
|
||||||
min_gain_val = "102";
|
min_gain_val = "102";
|
||||||
max_gain_val = "160" ;
|
max_gain_val = "250";
|
||||||
step_gain_val = "1";
|
step_gain_val = "1";
|
||||||
default_gain = "102";
|
default_gain = "102";
|
||||||
min_hdr_ratio = "1";
|
min_hdr_ratio = "1";
|
||||||
|
@ -280,7 +280,7 @@ i2c8 = "/i2c@31e0000";
|
||||||
default_framerate = "45000000"; // 45.0 fps
|
default_framerate = "45000000"; // 45.0 fps
|
||||||
|
|
||||||
min_exp_time = "100"; // us
|
min_exp_time = "100"; // us
|
||||||
max_exp_time = "36600"; // us
|
max_exp_time = "22220"; // us
|
||||||
step_exp_time = "1";
|
step_exp_time = "1";
|
||||||
default_exp_time = "15000"; // us
|
default_exp_time = "15000"; // us
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue