Binaries for Hardware Accelerated Qt 5.5.0 Multimedia Backend on Raspberry Pi 1 and 2 (5.0.0 beta 2)

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)”

  1. 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?

Leave a Reply

Your email address will not be published. Required fields are marked *