miyanhui
2019-02-14 c6a77604029cc9abd45e04e5a66579dd2712222b
QiaoJiaSystem/VideoToImageMulth/RtspImageRedis.cpp
@@ -16,7 +16,7 @@
        auto imageCount = m_redisTool.getSize(m_camId);
        //保证Redis中的图片不要过多
        if (imageCount > M_CAM_PIC_MAX_COUNT) {
            ERR("Too Much Pics In Cam " << m_camId << "Redis");
            ERR("Too Much Pics In Cam " << m_camId << " Redis ImageCount: " << imageCount );
            return;
        }
        auto item = m_imageQueue.front();
@@ -26,12 +26,13 @@
    }
}
//继承自父类,线程初始化的一些工作
void RtspImageRedisElement::threadInitial()
{
}
//继承自父类,线程结束的时候调用
void RtspImageRedisElement::threadClosing()
{
}