We like to use video-output on a PI 2.
According to some hints for video-output qt5 seems to necessary
so I decided to the following:
I updated wheezy to jesse
I followed the instruction here https://github.com/mcallegari/qlcplus/w ... -build-Qt5
I compiled it on the PI 2, make -j4 works very nicely and fast.
no compile error, qlcplus starts as expected in a window,
(First I found the discription with qt4 (what I did first). It worked fine with sound, but the video-input button seemed to be missing)
With qlcplus-QT5 I can load the show, but when I click a button on the virtual console, an error is logged,
Code: Select all
pi@raspberrypi ~ $ qlcplus -d
libEGL warning: failed to open /dev/dri/card0 (<-- seems to be graphic and no problem for me)
libEGL warning: DRI2: could not open /dev/dri/card0 (Datei oder Verzeichnis nicht gefunden)
Q Light Controller Plus version 4.8.5
This program is licensed under the terms of the Apache 2.0 license.
Copyright (c) Heikki Junnila (hjunnila@users.sf.net)
Copyright (c) Massimo Callegari (massimocallegari@yahoo.it)
Default format not supported - trying to use nearest -1 (as soon as I click a show on virtual console)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is AudioRendererQt(0x6e304840), parent's thread is QThread(0x1d50210), current thread is QThread(0x1db9550)
using null output device, none available
Cannot start audio output stream. Error: OpenError
Code: Select all
Package: qt5-default
Source: qtbase-opensource-src
Version: 5.3.2+dfsg-4+rpi1
Architecture: armhf
Is it a issue of qlcplus version or qt version?
How can I check the qt-version qlcplus uses?
thank you for your hints in advance
regards
Patrick