35 #include "ui_scenewidget.h"
36 #include "../common.h"
37 #include "../sourcesettings.h"
96 return (
int)(ui->scene->getCameraHeight() * 100.0f);
151 ui->scene->setAddCalibrationPointsEnabled(enabled);
223 ui->scene->setDrawGridEnabled(enabled);
232 ui->scene->setDrawCalibrationPointsEnabled(enabled);
252 bool isPlayButtonDisplayed =
true;
254 bool seekBarGuard1 = false ;
255 bool seekBarGuard2 = false ;
292 void on_buttonClose_clicked();
293 void on_pushButtonSetActive_clicked();
294 void on_toolButtonPlayPause_clicked();
295 void on_horizontalSlider_valueChanged(
int value);
299 #endif // SCENEWIDGET_H
unsigned int SourceID
Used to indicate unique source ID-numbers.
Definition: common.h:229
const SourceID UNDEFINED_SOURCE
Used to indicate unknown sources.
Definition: common.h:234
Represents the settings for a video source.
Definition: sourcesettings.h:46
SourceType
Available source types are the following ones: CAMERA = hardware or network camera, NOTHING = not a working source, STREAM = network stream, VIDEO = video file and VIDEOSET = set of multiple files.
Definition: common.h:68
std::uint64_t FrameTime
Used to store milliseconds interval in frame times.
Definition: common.h:138
The structure is used for storing a single source frame.
Definition: common.h:241