We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08dd27b commit 5bb8c5bCopy full SHA for 5bb8c5b
1 file changed
components/StreamServer/StreamServer/StreamServer.cpp
@@ -95,7 +95,7 @@ esp_err_t StreamHelpers::stream(httpd_req_t *req)
95
{
96
fps = (frame_window * 1000) / window_ms;
97
}
98
- ESP_LOGI(STREAM_SERVER_TAG, "%i Frames Size: %uKB, Time: %lims (%lifps)",frame_window, _jpg_buf_len / 1024, window_ms, 1000 * frame_window / window_ms);
+ ESP_LOGI(STREAM_SERVER_TAG, "%i Frames Size: %uKB, Time: %lims (%lifps)",frame_window, _jpg_buf_len / 1024, window_ms, fps);
99
100
101
0 commit comments