Playing videos on QT with OMXPLAYER

I want to play a video using Qt on raspberry-pee. Can someone please give me the source code and a short description of how to do this. I would like to use omxPlayer

I really want to make such a thing a sample project on youtube

+4
source share
1 answer

This should be a good start, even if I have not tested it, it seems well documented (blog post, etc.):

https://github.com/carlonluca/pi

+1
source

Source: https://habr.com/ru/post/1495468/


All Articles