Amaze+VNG4: created own entry in demosaic combobox, cleaned code

This commit is contained in:
heckflosse
2018-05-29 16:59:29 +02:00
parent 710dd13c2f
commit 2a13d12936
10 changed files with 147 additions and 193 deletions

View File

@@ -2446,7 +2446,8 @@ const std::vector<const char*>& RAWParams::BayerSensor::getMethodStrings()
"fast",
"mono",
"none",
"pixelshift"
"pixelshift",
"amazevng4"
};
return method_strings;
}