Skip to content

Commit 5584a35

Browse files
committed
update to reduce shutter_limit to reduce motion blur, with the consequence of dimmer images
1 parent d296698 commit 5584a35

File tree

1 file changed

+1
-1
lines changed
  • source/application/lua_libraries

1 file changed

+1
-1
lines changed

source/application/lua_libraries/camera.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ static int lua_camera_auto(lua_State *L)
564564
camera_metering_mode_t metering = AVERAGE;
565565
double target_exposure = 0.18;
566566
double exposure_speed = 0.50;
567-
double shutter_limit = 8192.0;
567+
double shutter_limit = 3072.0;
568568
double analog_gain_limit = 16.0;
569569
double rgb_gain_limit = 141.0;
570570

0 commit comments

Comments
 (0)