summaryrefslogtreecommitdiff
path: root/src/camera/ov9281.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/camera/ov9281.cpp')
-rw-r--r--src/camera/ov9281.cpp2
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
}