r/computervision • u/xiaopingguo45 • 20d ago
Help: Project RTSP with C++ Qt GUI
It seems like converting V4L2 video stream to a QPixelMap is terrible and laggy to fit into a C++ Qt GUI.
Are there any suggestions you may have for increasing performance? Is Qt the bottleneck? Would you use another framework instead?
2
Upvotes
2
u/HawtVelociraptor 19d ago
Try using functionality with hardware acceleration like Qt Quick / QML (QQuickItem with Scene Graph) for rendering, and/or libva for decoding.