Skip to content

Commit ca2f2fb

Browse files
committed
unset srgb
1 parent bdf33fb commit ca2f2fb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/libcameracamera.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,6 @@ QImage LibCameraWorker::convertBufferToImage(
495495
cfg.size.height,
496496
cfg.stride,
497497
QImage::Format_BGR888);
498-
temp.setColorSpace(QColorSpace::SRgb);
499498
image = temp.copy();
500499
} else if (cfg.pixelFormat == libcamera::formats::BGR888) {
501500
QImage temp(static_cast<const uchar *>(memory),

0 commit comments

Comments
 (0)