@@ -239,7 +239,7 @@ void InteractiveFace::timerEvent(QTimerEvent *event)
QPainter painter; // 画笔
// 过滤无效帧, 前10帧不做处理
- if(++m_FrameId <= 10)
+ if(++m_FrameId <= 30)
{
m_image = image.copy();
if (m_imageGatherCallback.isCallable())