派生自 development/c++

chenshijun
2019-02-28 1f16245b4b4fc36c519e7afc9fd9cf828f25199d
修改新增摄像机获取底图问题
解码两次问题
3个文件已修改
5 ■■■■■ 已修改文件
QiaoJiaSystem/DataManagerServer/http_configserver.cpp 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
QiaoJiaSystem/VideoToImageMulth/RtspCaptureElement.h 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
QiaoJiaSystem/VideoToImageMulth/RtspImageRedis.h 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
QiaoJiaSystem/DataManagerServer/http_configserver.cpp
@@ -1060,6 +1060,7 @@
        rec.str_username = QString::fromStdString(value["str_username"].asString());
        rec.str_password = QString::fromStdString(value["str_password"].asString());
        rec.str_brand = QString::fromStdString(value["str_brand"].asString());
        rec.str_reserved = QString::fromStdString(value["str_reserved"].asString());
        type = value["n_type"].asInt();
//        rec_sdk_old = db_c.searchCamSdkTableByCamId(rec.str_cam_dev_id);
QiaoJiaSystem/VideoToImageMulth/RtspCaptureElement.h
@@ -41,7 +41,7 @@
        std::string m_path;
        // Redis的工具类
        HiredisTool m_redisTool;
//        HiredisTool m_redisTool;
        //对保存到Redis的图片进行计数
        std::atomic<int> m_picCount{0};
QiaoJiaSystem/VideoToImageMulth/RtspImageRedis.h
@@ -47,7 +47,7 @@
    std::string m_camId;
    //每台摄像机保存到Redis的图片数量的最大值
    const int M_CAM_PIC_MAX_COUNT = 25;
    const int M_CAM_PIC_MAX_COUNT = 3;
};
#endif // VIDEOCAPTUREELEMENT_H