We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85dcbd commit 3666295Copy full SHA for 3666295
1 file changed
src/libcameracamera.cpp
@@ -493,7 +493,7 @@ QImage LibCameraWorker::convertBufferToImage(
493
cfg.size.width,
494
cfg.size.height,
495
cfg.stride,
496
- QImage::Format_RGB888);
+ QImage::Format_BGR888);
497
qDebug() << "[DEBUG] RGB888 conversion complete, image size:" << temp.size();
498
image = temp.copy();
499
} else if (cfg.pixelFormat == libcamera::formats::BGR888) {
0 commit comments