Newer
Older
CasicIrisIdentify / utils / TimeCounterUtil.cpp
tanyue on 16 Dec 2023 214 bytes 20231216 debug on ubuntu arm
#include "TimeCounterUtil.h"

TimeCounterUtil::TimeCounterUtil()
{
    faceCapCounter = new QTimer();
    irisCapCounter = new QTimer();
    clockCounter = new QTimer();
    videoCounter = new QTimer();
}