From fe81095bf011786ee5303549abc8debb22cddcf8 Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Fri, 28 Feb 2025 23:28:12 +0100 Subject: got 480 fps with pixels calc --- src/camera/ov9281.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/camera/ov9281.cpp') diff --git a/src/camera/ov9281.cpp b/src/camera/ov9281.cpp index 5b6936d..a629a91 100644 --- a/src/camera/ov9281.cpp +++ b/src/camera/ov9281.cpp @@ -216,7 +216,7 @@ void OV9281::onRequestCompleted(libcamera::Request *completed_request) std::cerr << "emit empty pixels" << std::endl; } newImage.emit(img); - newPixels.emit(pixels); + // newPixels.emit(pixels); #define emit #endif } -- cgit v1.2.3-70-g09d2