mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 11:36:51 +03:00
Update readconfigparam.js
fix for: In the selected field the value '1' in the section 'TakeImage' in the field 'CamGainceiling' is invalid. PLEASE CHECK BEFORE SAVING!
This commit is contained in:
@@ -515,7 +515,8 @@ function getCamConfig() {
|
||||
}
|
||||
if (!param["TakeImage"]["CamGainceiling"]["found"]) {
|
||||
param["TakeImage"]["CamGainceiling"]["found"] = true;
|
||||
param["TakeImage"]["CamGainceiling"].value1 = '1';
|
||||
// param["TakeImage"]["CamGainceiling"].value1 = '1';
|
||||
param["TakeImage"]["CamGainceiling"].value1 = 'x4';
|
||||
}
|
||||
if (!param["TakeImage"]["CamQuality"]["found"]) {
|
||||
param["TakeImage"]["CamQuality"]["found"] = true;
|
||||
|
||||
Reference in New Issue
Block a user