diff options
| author | Nikita Kostovsky <nikita@kostovsky.me> | 2025-02-28 23:28:12 +0100 |
|---|---|---|
| committer | Nikita Kostovsky <nikita@kostovsky.me> | 2025-02-28 23:28:12 +0100 |
| commit | fe81095bf011786ee5303549abc8debb22cddcf8 (patch) | |
| tree | c0b77e9d1b6a6682cb0fe7a3bc03617660377387 /src/camera/ov9281.cpp | |
| parent | a554cb955012adc51ab0d82af32206fd38a88da8 (diff) | |
got 480 fps with pixels calc
Diffstat (limited to 'src/camera/ov9281.cpp')
| -rw-r--r-- | src/camera/ov9281.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
