10#include "ui_streamform.h"
11#include "ui_recordingoptions.h"
12#include "fitsviewer/bayer.h"
13#include <indidevapi.h>
21#include <QResizeEvent>
25class RecordOptions :
public QDialog,
public Ui::recordingOptions
33 void selectRecordDirectory();
38 friend class StreamWG;
41class StreamWG :
public QDialog,
public Ui::streamForm
47 virtual ~StreamWG()
override;
49 void setColorFrame(
bool color);
50 void setSize(
int wd,
int ht);
52 void enableStream(
bool enable);
53 bool isStreamEnabled()
58 void newFrame(INDI::Property prop);
72 QSize sizeHint()
const override;
76 void updateRecordStatus(
bool enabled);
78 void syncDebayerParameters();
81 void setStreamingFrame(
QRect newFrame);
82 void updateFPS(
double instantFPS,
double averageFPS);
89 bool queryDebayerParameters();
92 int streamWidth, streamHeight;
93 bool colorFrame, isRecording;
94 bool showOverlay =
false;
95 QIcon recordIcon, stopIcon;
99 BayerParams m_DebayerParams;
101 uint16_t offsetX, offsetY;
102 double pixelX, pixelY;
103 bool m_DebayerActive {
false }, m_DebayerSupported {
false };
106 INDI::Property *eoszoom {
nullptr}, *eoszoomposition {
nullptr};
109 RecordOptions *options;
Camera class controls an INDI Camera device.
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.