Video player on iMX6 with Qt/QML - small frame rate
Unsolved
Mobile and Embedded
-
I've got the same situation as in: Video frame rate on iMX6. I run QML Video Example with result 12-17 fps with 1920 x 1080 resolution. On small 7" touch screen 800 x 480 is around ~25 fps. I'm using Qt 5.9.2 and Boot2Qt image for test and play mp4 hd movie.
Playing it directly (not through a Qt app) plays great, so hardware can do it..., but I want wite own player using Qt.
Is it possible to increase video frame rate using Qt and QML?
-
@jsulm Now I'm using QML Video Example. It use: Media Player QML from QtMultimedia 5.0.
-