Fixed camera control related issues and

This commit is contained in:
Ubuntu
2025-04-01 15:38:31 +00:00
parent 1a189f1f1c
commit 1009af4a32
3 changed files with 12 additions and 6 deletions
+3 -2
View File
@@ -35,8 +35,9 @@ private:
AiEngineGimbalServerUDPResponse mUdpResponse;
AiEngineGimbalServerActions mActions;
bool mIsAvailable;
QUdpSocket mReceiveUdpSocket; // UDP socket for receiving commands
QUdpSocket *mReceiveUdpSocket; // UDP socket for receiving commands
private slots:
void processPendingDatagrams(void); // Handles incoming UDP messages
// void processPendingDatagrams(void); // Handles incoming UDP messages
void processUdpCommands(void);
};