Qt's example "Video Widget Example" play video on ARM board error ,video and videowidget are seperated
Unsolved
Mobile and Embedded
-
Hi everyone ,please forgive my English...
When I try to cross compile and post Qt's one example "Video Widget Example" to RK3399 board(aarch64), one problem occured : the video displaying outside of the widget (on my X86 computer,video is adjusted automatically to full the videowidget)
Can anyone help me to analysis?
I guess QMediaPlayer class API setVideoOutput(QVideoWidget) is unusefull on my ARM board , so video displayed outside of videowidget , and they are seperated so far away from each other