Dual demosaic auto contrast threshold: Use adjuster with auto button, #4866
This commit is contained in:
@@ -40,7 +40,7 @@ void RawImageSource::dual_demosaic_RT(bool isBayer, const RAWParams &raw, int wi
|
||||
{
|
||||
BENCHFUN
|
||||
|
||||
if (contrast == 0.f) {
|
||||
if (contrast == 0.f && !autoContrast) {
|
||||
// contrast == 0.0 means only first demosaicer will be used
|
||||
if(isBayer) {
|
||||
if (raw.bayersensor.method == RAWParams::BayerSensor::getMethodString(RAWParams::BayerSensor::Method::AMAZEVNG4) ) {
|
||||
|
||||
Reference in New Issue
Block a user