亮度控制

 

if(m_bSTD)
{
memcpy(puchshutter, stFrameInfo.cVideoShutter, 4);
pViFrm.plateInfo.video_shutter_value = video_shutter_value;
pViFrm.plateInfo.gain_value = pFrameInfo->dwVideoAFE;
}
else
{
pViFrm.plateInfo.video_shutter_value = 10000;
pViFrm.plateInfo.gain_value = 0;
}

 

posted on 2011-05-18 19:57  蚂蚁跳楼  阅读(154)  评论(0编辑  收藏  举报