mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-23 01:06:33 +00:00
Add support for A8 remote control to opi_rtsp test app
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <QObject>
|
||||
#include <QElapsedTimer>
|
||||
#include "aiengineinference.h"
|
||||
#include "remoteControl.hpp"
|
||||
|
||||
class AiEngineGimbalControl : public QObject
|
||||
{
|
||||
@@ -12,6 +13,7 @@ public:
|
||||
|
||||
private:
|
||||
AiEngineRectangle getGroupCoordinates(QVector<AiEngineObject> &objects);
|
||||
RemoteControl mRemoteControl;
|
||||
|
||||
public slots:
|
||||
void inferenceResultSlot(AiEngineInferenceResult results);
|
||||
|
||||
Reference in New Issue
Block a user