This commit is contained in:
hehaoyang 2023-11-14 22:30:20 +08:00
parent 7d07da6402
commit 04b0072f4c

View File

@ -354,7 +354,7 @@ void HxVideoDevice::frame_read_task(void)
/* 获取视频帧率 */ /* 获取视频帧率 */
video_fps = video_capture.get(CV_CAP_PROP_FPS); video_fps = video_capture.get(CV_CAP_PROP_FPS);
HxLog::append("videolivestream", QString("type=%1, video open success, fps=%2").arg(video_fps)); HxLog::append("videolivestream", QString("type=%1, video open success, fps=%2").arg(type).arg(video_fps));
} }
} }