提交 01b1ca70 authored 作者: blu's avatar blu

schimittrigger

上级 e3e911d7
...@@ -496,7 +496,7 @@ private: ...@@ -496,7 +496,7 @@ private:
if(this->pps < this->detPara.fpsProc|| this->schmittriStatus != 0) { if(this->pps < this->detPara.fpsProc|| this->schmittriStatus != 0) {
if(this->pps != 0) { if(this->pps != 0) {
spdlog::info("evmlmotion pps {}, parProc {}, lag {}, skip processing", this->selfId, this->pps, this->detPara.fpsProc, this->pktLag); spdlog::info("evmlmotion {} pps {}, parProc {}, lag {}, skip processing", this->selfId, this->pps, this->detPara.fpsProc, this->pktLag);
} }
detectMotion(pCodecContext->pix_fmt, pFrame, false); detectMotion(pCodecContext->pix_fmt, pFrame, false);
}else{ }else{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论