Skip to content

Commit 999b26b

Browse files
committed
Remove framesProcessed from crossroad_camera_demo
1 parent 9e5c348 commit 999b26b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

demos/crossroad_camera_demo/cpp/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ int main(int argc, char* argv[]) {
8989
}
9090

9191
LazyVideoWriter videoWriter{FLAGS_o, cap->fps(), FLAGS_limit};
92-
uint32_t framesProcessed = 0;
9392
cv::Size graphSize{frame.cols / 4, 60};
9493
Presenter presenter(FLAGS_u, frame.rows - graphSize.height - 10, graphSize);
9594

@@ -306,7 +305,6 @@ int main(int argc, char* argv[]) {
306305
}
307306
}
308307
}
309-
framesProcessed++;
310308
videoWriter.write(frame);
311309
if (!FLAGS_no_show) {
312310
cv::imshow("Detection results", frame);

0 commit comments

Comments
 (0)