diff --git a/src/main.cpp b/src/main.cpp index 5a40f5c..9918c10 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -149,6 +149,7 @@ void handle_snapshot() return; } + cam.run(); if (cam.getfb() == nullptr) { web_server.send(404, "text/plain", "Unable to obtain frame buffer from the camera");