From 5e2c92325605919ad06ab634add74b7e58d21727 Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Wed, 12 Nov 2025 15:06:42 +0100 Subject: show valid image and profile counters --- Main.qml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Main.qml') diff --git a/Main.qml b/Main.qml index 1faaaf0..665cd4f 100644 --- a/Main.qml +++ b/Main.qml @@ -25,7 +25,8 @@ ApplicationWindow { // // qhttpserver // readonly property string apiRoot: "http://rpi5:8081/v1" - readonly property string apiRoot: "http://rpizero:8081/v1" + // readonly property string apiRoot: "http://rpizero:8081/v1" + readonly property string apiRoot: "http://radxa:8081/v1" Shortcut { sequence: "ctrl+q" @@ -612,7 +613,8 @@ ApplicationWindow { topMargin: 8 * 2 horizontalCenter: parent.horizontalCenter } - text: pixelsQmlCustomPlot.fps + // text: pixelsQmlCustomPlot.fps + text: typeof(pixelsPacketCounter) !== "undefined" ? pixelsPacketCounter : "N/A" color: Material.accent } @@ -634,7 +636,8 @@ ApplicationWindow { topMargin: 8 * 2 horizontalCenter: parent.horizontalCenter } - text: profileQmlCustomPlot.fps + // text: profileQmlCustomPlot.fps + text: typeof(profilePacketCounter) !== "undefined" ? profilePacketCounter : "N/A" color: Material.accent } -- cgit v1.2.3-70-g09d2