From f3bf3ab3e3f1d40f8dd13efb9a86d29e6b643a15 Mon Sep 17 00:00:00 2001 From: liuyulvv Date: Fri, 12 Aug 2022 09:19:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mediapipe/examples/desktop/demo_run_graph_main_fps.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/mediapipe/examples/desktop/demo_run_graph_main_fps.cc b/mediapipe/examples/desktop/demo_run_graph_main_fps.cc index b3915abc7..f69c99726 100644 --- a/mediapipe/examples/desktop/demo_run_graph_main_fps.cc +++ b/mediapipe/examples/desktop/demo_run_graph_main_fps.cc @@ -83,7 +83,6 @@ absl::Status RunMPPGraph() { LOG(INFO) << "Start grabbing and processing frames."; bool grab_frames = true; - auto start_time = std::chrono::duration_cast(std::chrono::system_clock ::now().time_since_epoch()).count(); int frames = 0; int fps_sum = 0; while (grab_frames) {