Kstars
11 #include <QtWebSockets/QWebSocket>
14 #include "ekos/ekos.h"
15 #include "ekos/manager.h"
26 explicit Media(Ekos::Manager * manager);
27 virtual ~Media() =
default;
34 m_AuthResponse = response;
36 void setURL(
const QUrl &url)
41 void registerCameras();
54 void newBoundingRect(
QRect rect,
QSize view,
double currentZoom);
60 void disconnectServer();
72 void setCorrectionVector(
QLineF correctionVector)
74 this->correctionVector = correctionVector;
78 void resetPolarView();
80 void processNewBLOB(IBLOB *bp);
85 void onDisconnected();
93 void uploadMetadata(
const QByteArray &metadata);
101 uint16_t m_ReconnectTries {0};
102 Ekos::Manager * m_Manager {
nullptr };
113 bool m_isConnected {
false };
114 bool m_sendBlobs {
true};
117 static const uint16_t HB_IMAGE_WIDTH = 1920;
119 static const uint16_t HB_VIDEO_WIDTH = 1280;
121 static const uint8_t HB_IMAGE_QUALITY = 90;
123 static const uint8_t HB_VIDEO_QUALITY = 64;
125 static const uint8_t HB_PAH_IMAGE_QUALITY = 50;
127 static const uint8_t HB_PAH_VIDEO_QUALITY = 24;
130 static const uint16_t RECONNECT_INTERVAL = 5000;
132 static const uint16_t RECONNECT_MAX_TRIES = 720;
135 static const uint16_t METADATA_PACKET = 512;
138 static const uint16_t HIPS_TILE_WIDTH = 512;
139 static const uint16_t HIPS_TILE_HEIGHT = 512;
Generic record interfaces and implementations.
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sun Aug 14 2022 04:13:58 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.