Sunday, September 13, 2015

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

9 comments:

  1. What files are new since beta 1 (Pi2)? I see that only piomxtextures_pocplayer have changed.

    ReplyDelete
    Replies
    1. Thank for noticing that! I created worng packages. I'll upload the correct ones.

      Delete
  2. Just wanted to say awesome work you have done with this project and thank you. Just what I was looking for.

    ReplyDelete
  3. the links end up on some chinese thing? Please check the two links.

    ReplyDelete
  4. 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?

    ReplyDelete
    Replies
    1. Never mind found the problem to be a Qt bug
      https://bugreports.qt.io/browse/QTBUG-38405

      Delete