File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -561,12 +561,12 @@ static int lua_camera_auto(lua_State *L)
561
561
}
562
562
563
563
// Default auto exposure settings
564
- camera_metering_mode_t metering = AVERAGE ;
565
- double target_exposure = 0.18 ;
566
- double exposure_speed = 0.50 ;
567
- double shutter_limit = 3072 .0 ;
564
+ camera_metering_mode_t metering = CENTER_WEIGHTED ;
565
+ double target_exposure = 0.1 ;
566
+ double exposure_speed = 0.45 ;
567
+ double shutter_limit = 16383 .0 ;
568
568
double analog_gain_limit = 16.0 ;
569
- double rgb_gain_limit = 141 .0 ;
569
+ double rgb_gain_limit = 287 .0 ;
570
570
571
571
// Default white balance settings
572
572
double white_balance_speed = 0.5 ;
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ static void hardware_setup()
331
331
{
332
332
LOG ("Factory reset" );
333
333
bluetooth_unpair ();
334
- // stay_awake = true;
334
+ stay_awake = true;
335
335
}
336
336
}
337
337
You can’t perform that action at this time.
0 commit comments