mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-12 14:37:06 +03:00
Reversed the changes in the directory of the esp32-cam: /components/esp32-camera-master upon request from jomjol
This commit is contained in:
@@ -399,7 +399,7 @@ static int set_awb_gain_dsp(sensor_t *sensor, int value)
|
||||
int ret = 0;
|
||||
ret = SCCB_Write(sensor->slv_addr, 0xa6, value);
|
||||
if (ret == 0) {
|
||||
ESP_LOGD(TAG, "Set awb gain threshold to: %d", value);
|
||||
ESP_LOGD(TAG, "Set awb gain threthold to: %d", value);
|
||||
sensor->status.awb_gain = value;
|
||||
}
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user