File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1684,11 +1684,11 @@ void ADIMainWindow::displayInfoWindow(ImGuiWindowFlags overlayFlags) {
16841684 }
16851685 int32_t sensorTemp = (metadata.sensorTemperature );
16861686 int32_t laserTemp = (metadata.laserTemperature );
1687- uint32_t totalFrames = frameNum - firstFrame + 1 ;
1688- uint32_t frameLost = totalFrames - frameRecvd;
1689- ImGui::Text (" Number of frames lost: %u" , frameLost);
1690- ImGui::SameLine ();
1691- ImGui::Text (" | Number of frames received: %u" , frameRecvd);
1687+ // uint32_t totalFrames = frameNum - firstFrame + 1;
1688+ // uint32_t frameLost = totalFrames - frameRecvd;
1689+ // ImGui::Text(" Number of frames lost: %u", frameLost);
1690+ // ImGui::SameLine();
1691+ // ImGui::Text(" | Number of frames received: %u", frameRecvd);
16921692 ImGui::Text (" Laser Temperature: %iC" , laserTemp);
16931693 ImGui::SameLine ();
16941694 ImGui::Text (" | Sensor Temperature: %iC" , sensorTemp);
You can’t perform that action at this time.
0 commit comments