We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf33fb commit ca2f2fbCopy full SHA for ca2f2fb
1 file changed
src/libcameracamera.cpp
@@ -495,7 +495,6 @@ QImage LibCameraWorker::convertBufferToImage(
495
cfg.size.height,
496
cfg.stride,
497
QImage::Format_BGR888);
498
- temp.setColorSpace(QColorSpace::SRgb);
499
image = temp.copy();
500
} else if (cfg.pixelFormat == libcamera::formats::BGR888) {
501
QImage temp(static_cast<const uchar *>(memory),
0 commit comments