"Auto" => "autold", #5676
This commit is contained in:
@@ -276,7 +276,7 @@ private:
|
||||
currWB = ColorTemp();
|
||||
} else if (params.wb.method == "Camera") {
|
||||
currWB = imgsrc->getWB();
|
||||
} else if (params.wb.method == "Auto") {
|
||||
} else if (params.wb.method == "autold") {
|
||||
double rm, gm, bm;
|
||||
imgsrc->getAutoWBMultipliers(rm, gm, bm);
|
||||
currWB.update(rm, gm, bm, params.wb.equal, params.wb.tempBias);
|
||||
|
Reference in New Issue
Block a user