Qt 6.11 is out! See what's new in the release
blog
QMediaPlayer is not showing jpeg images on Windows PC
General and Desktop
1
Posts
1
Posters
758
Views
1
Watching
-
I am new to QT programming. I am developing a simple media player to play videos and also to show jpeg images. I am using QMediaPlayer. On my Ubuntu machine I can play video files and show jpeg images (installed gstreamer to play videos). When I use same code on Windows 10 development machine I can play video files but not the jpeg images.
Do I need to download any plugins on Windows to support jpeg images?
Thanks,
RedSun