mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 18:06:43 +00:00
New threaded RTSP and AI image recognition.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#include "aiengineinference.h"
|
||||
|
||||
AiEngineInference::AiEngineInference(QString modelPath, QObject *parent)
|
||||
: QObject{parent},
|
||||
mModelPath(modelPath),
|
||||
mActive(false)
|
||||
{}
|
||||
|
||||
|
||||
bool AiEngineInference::isActive(void)
|
||||
{
|
||||
return mActive;
|
||||
}
|
||||
Reference in New Issue
Block a user