Lines Matching refs:propIdx
3153 double VideoCapture_DShow::getProperty(int propIdx) const
3158 switch (propIdx)
3181 …if (g_VI.getVideoSettingFilter(m_index, g_VI.getVideoPropertyFromCV(propIdx), min_value, max_value…
3192 …if (g_VI.getVideoSettingCamera(m_index, g_VI.getCameraPropertyFromCV(propIdx), min_value, max_valu…
3199 bool VideoCapture_DShow::setProperty(int propIdx, double propVal)
3203 switch (propIdx)
3265 if (propIdx == CV_CAP_PROP_SETTINGS )
3272 switch (propIdx)
3284 … return g_VI.setVideoSettingFilter(m_index, g_VI.getVideoPropertyFromCV(propIdx), (long)propVal);
3288 switch (propIdx)
3297 … return g_VI.setVideoSettingCamera(m_index, g_VI.getCameraPropertyFromCV(propIdx), (long)propVal);