文档 - EloamView

设置图像格式


Function:       BOOL ImageFormat(long iDev,long iFormat);
Description:    设置图像格式
Input:          iDev:摄像头索引 0表示主摄像头 1表示副摄像头
                iFormat :图像格式 0表示彩色 1表示黑白 2表示灰度
Return:         TRUE表示成功 FALSE表示失败
Others:         无