This commit is contained in:
jomjol
2021-02-27 12:51:50 +01:00
parent 9dbad050fd
commit 688cee9463
13 changed files with 91 additions and 17 deletions

View File

@@ -429,7 +429,7 @@ esp_err_t handler_editflow(httpd_req_t *req)
// printf("Parameter host: "); printf(_host.c_str()); printf("\n");
// string zwzw = "Do " + _task + " start\n"; printf(zwzw.c_str());
Camera.SetBrightnessContrastSaturation(bri, con, sat);
bool changed = Camera.SetBrightnessContrastSaturation(bri, con, sat);
std::string zw = tfliteflow.doSingleStep("[MakeImage]", _host);
httpd_resp_sendstr_chunk(req, zw.c_str());
}