Relative Content

Tag Archive for memory-managementmemory-leakspyqtpyqt6video-player

Qt6 QLabel excessive memory usage/memory leak

I’ve built a video player in Qt for Python using the abillity to set the pixmap of a QLabel to display video frames. However, this strategy appears to use a tremendous amount of memory, until eventually the application runs out of memory and crashes.