Home
last modified time | relevance | path

Searched refs:SetAutoExposureCfg (Results 1 – 2 of 2) sorted by relevance

/dports/astro/phd2/phd2-2.6.10/
H A Dmyframe.h341 bool SetAutoExposureCfg(int minExp, int maxExp, double targetSNR);
H A Dmyframe.cpp694 bool MyFrame::SetAutoExposureCfg(int minExp, int maxExp, double targetSNR) in SetAutoExposureCfg() function in MyFrame
852 SetAutoExposureCfg(minExp, maxExp, targetSNR); in LoadProfileSettings()
3253 …bool cfg_changed = m_pFrame->SetAutoExposureCfg(durationMin, durationMax, m_autoExpSNR->GetValue()… in UnloadValues()