Binaries for Hardware Accelerated Qt 5.5.0 Multimedia Backend on Raspberry Pi 1 and 2 (5.0.0 beta 2)
September 13, 2015September 13, 2015|
lucaBinaries for Hardware Accelerated Qt 5.5.0 Multimedia Backend on Raspberry Pi 1 and 2 (5.0.0 beta 2)|
8 Comments|
21:13
This package includes mostly bug fixes and some slight improvements over beta 1. Please fil bugs to github if needed. Refer to previous articles on how to use.
Download PiOmxTextures 5.0.0-beta2 for Pi1 here (extraction code is: add4).
Download PiOmxTextures 5.0.0-beta2 for Pi2 here (extraction code is: 2ad5).
NOTE: I made a mistake with the above packages. Please download the ones below.
Download PiOmxTextures 5.0.0-beta2 for Pi1 here (extraction code is: 504a).
Download PiOmxTextures 5.0.0-beta2 for Pi2 here (extraction code is: 12e3).
8 thoughts on “Binaries for Hardware Accelerated Qt 5.5.0 Multimedia Backend on Raspberry Pi 1 and 2 (5.0.0 beta 2)”
Leave a Reply Cancel reply
Related Post

A Sample to Use for Debugging and Testing Performance of the QtMultimedia Backend
In the github project for PiOmxTextures I recently uploaded also a sample player (tools/POCPlayer) that [...]QML Components for Video Decoding and Rendering POC Code Available
As requested I shared the sources of the demo videos I posted recently. I tested [...]
Never mind found the problem to be a Qt bug
https://bugreports.qt.io/browse/QTBUG-38405
Hey
I followed your steps in:
http://thebugfreeblog.blogspot.it/p/using-pot-builds.html
to build my own application.
I have this qml file:
import QtQuick 2.0
import QtQuick.Controls 1.2
ApplicationWindow {
visible: true
menuBar: MenuBar {
Menu { title: qsTr("File")
MenuItem { text: qsTr("Exit"); onTriggered: Qt.quit(); }
}
}
}
But when I click on the MenuBar the program aborts with:
"EGLFS: OpenGL windows cannot be mixed with others."
"Aborted"
You got any ideas?
Correct.
the links end up on some chinese thing? Please check the two links.
Thank you! Enjoy! 😉
Thank for noticing that! I created worng packages. I'll upload the correct ones.
Just wanted to say awesome work you have done with this project and thank you. Just what I was looking for.
What files are new since beta 1 (Pi2)? I see that only piomxtextures_pocplayer have changed.