aspect ratio for qvideowidget
Unsolved
Mobile and Embedded
-
hi team,
I'm using qt5.9 opensource for imx6 with embedded Linux. I'm playing/streaming one video using Qmediaplayer and QVideo widget.here is the sample code.
https://doc.qt.io/qt-5/videooverview.html
I'm able to play/stream the video but, if I use "setAspectRatioMode(Qt::IgnoreAspectRatio)" for video scaling,function is not reflecting in my Linux side.
Please note: the same setup is working with ubuntu. -
You can try this:
setAspectRatioMode(Qt::AspectRatioMode::KeepAspectRatioByExpanding);