websdk增加精简版接口文档

This commit is contained in:
luoliangyi 2024-05-29 11:31:59 +08:00
parent 555bd4c8d9
commit c7bda6e9ff
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -40,7 +40,7 @@ namespace ver_2
sprintf(defSavePath, "%s%s/", docsPath, procName);
m_globalCfg.fileSavePath = GetCfgStringValue("global", "fileSavePath", defSavePath);
m_globalCfg.fileNamePrefix = GetCfgStringValue("global", "fileNamePrefix", "Huago");
m_globalCfg.fileNamePrefix = GetCfgStringValue("global", "fileNamePrefix", "");
m_globalCfg.fileNameMode = GetCfgStringValue("global", "fileNameMode", "date_time");
m_globalCfg.imageFormat = GetCfgStringValue("global", "imageFormat", "jpg");
m_globalCfg.imageJpegQuality = GetCfgIntValue("global", "imageJpegQuality", 80);