We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b89b8 commit 3bf3bfeCopy full SHA for 3bf3bfe
1 file changed
apps/rpicam_detect.cpp
@@ -59,7 +59,7 @@ static void event_loop(RPiCamDetectApp &app)
59
auto start_time = std::chrono::high_resolution_clock::now();
60
unsigned int last_capture_frame = 0;
61
62
- for (unsigned int count = 0;; count++)
+ while (true)
63
{
64
RPiCamApp::Msg msg = app.Wait();
65
if (msg.type == RPiCamApp::MsgType::Timeout)
0 commit comments