删除多余的代码

This commit is contained in:
liuyulvv 2022-08-12 09:19:21 +08:00
parent 12046fcf89
commit f3bf3ab3e3

View File

@ -83,7 +83,6 @@ absl::Status RunMPPGraph() {
LOG(INFO) << "Start grabbing and processing frames."; LOG(INFO) << "Start grabbing and processing frames.";
bool grab_frames = true; bool grab_frames = true;
auto start_time = std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::system_clock ::now().time_since_epoch()).count();
int frames = 0; int frames = 0;
int fps_sum = 0; int fps_sum = 0;
while (grab_frames) { while (grab_frames) {