Class PoseWorker#
Defined in File pose_worker.hpp
Inheritance Relationships#
Base Type#
public QObject
Class Documentation#
-
class PoseWorker : public QObject#
Public Functions
-
explicit PoseWorker(QObject *parent = nullptr)#
-
~PoseWorker() override#
-
bool start(const QString &interpreter, const QString &scriptPath)#
-
void stop()#
-
bool is_running() const#
-
void set_paused(bool paused)#
-
bool is_paused() const#
Public Slots
-
void submit_frame(int cameraIndex, QImage frame)#
-
explicit PoseWorker(QObject *parent = nullptr)#