Skip to content

Commit 6fa7c60

Browse files
committed
Remove error emission on framebuffer memory mapping failure in convertBufferToImage()
1 parent 8c4dc55 commit 6fa7c60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libcameracamera.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ QImage LibCameraWorker::convertBufferToImage(const std::map<const Stream *, Fram
397397
for (const auto &mapped : mappedMemory) {
398398
munmap(mapped.first, mapped.second);
399399
}
400-
emit errorOccurred("libcamera: failed to map framebuffer memory");
400+
401401
return QImage();
402402
}
403403

0 commit comments

Comments
 (0)