文档 - WebCamera

放大缩小


Function:       ZoomInOut(int camidx, int scaling);
Description:    放大缩小
Input:          camidx,摄像头索引,0:主头;1:副头
                scaling,缩放比例,0-9,0:正常显示,9:最大显示
Return:         成功:"{\"code\":\"0\", \"message\":\"ok\",\"data\":\"图像放大成功\"}"
                失败:"{\"code\":\"1\", \"message\":\"failed\",\"data\":\"图像缩小成功\"}"
Others:         无