using System.Runtime.InteropServices;

/*初始化RGB增益*/
float prGain = 0;
float pgGain = 0;
float pbGain = 0;
status = DVPCamera.dvpGetRgbGain(m_handle, ref prGain,ref pgGain, ref pbGain);//获取色彩增益
if(status!=dvpStatus.DVP_STATUS_OK)
{
	MessageBox.Show("黑白相机不支持RGB增益调节!");
}
Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐