Add camera reboot option

This commit is contained in:
2023-10-15 16:02:24 -05:00
parent 56f98eed60
commit ac7bb9c585
7 changed files with 52 additions and 22 deletions

View File

@@ -39,12 +39,16 @@ class CameraClient: public QObject {
void setHue(int val);
void reboot();
public slots:
void setBaseUrl();
private:
void get(QString const&url);
void post(QString const&url);
void poll();
void handlePollResponse(QNetworkReply *reply);