Add scale to status for monitorStream

This commit is contained in:
Isaac Connor
2023-04-06 19:02:50 -04:00
parent 1ada7d7504
commit 87f4f9afbd

View File

@@ -236,6 +236,7 @@ void MonitorStream::processCommand(const CmdMsg *msg) {
int rate;
double delay;
int zoom;
int scale;
bool delayed;
bool paused;
bool enabled;
@@ -277,6 +278,7 @@ void MonitorStream::processCommand(const CmdMsg *msg) {
status_data.rate = replay_rate;
status_data.delay = FPSeconds(now - last_frame_sent).count();
status_data.zoom = zoom;
status_data.scale = scale;
Debug(2, "viewing fps: %.2f capture_fps: %.2f analysis_fps: %.2f Buffer Level:%d, Delayed:%d, Paused:%d, Rate:%d, delay:%.3f, Zoom:%d, Enabled:%d Forced:%d",
status_data.fps,
status_data.capture_fps,