Merge pull request #6778 from Lawrence37/eos-7d-markii-raw-crop

Improved raw crop for Canon EOS 7D Mark II
This commit is contained in:
Lawrence37
2023-08-06 14:48:35 -07:00
committed by GitHub
5 changed files with 12 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ BayerProcess::BayerProcess () :
{
auto m = ProcEventMapper::getInstance();
EvDemosaicBorder = m->newEvent(DEMOSAIC, "HISTORY_MSG_RAW_BORDER");
EvDemosaicBorder = m->newEvent(DARKFRAME, "HISTORY_MSG_RAW_BORDER");
EvDemosaicContrast = m->newEvent(DEMOSAIC, "HISTORY_MSG_DUALDEMOSAIC_CONTRAST");
EvDemosaicAutoContrast = m->newEvent(DEMOSAIC, "HISTORY_MSG_DUALDEMOSAIC_AUTO_CONTRAST");
EvDemosaicPixelshiftDemosaicMethod = m->newEvent(DEMOSAIC, "HISTORY_MSG_PIXELSHIFT_DEMOSAIC");