Page 1 of 2
Running qDslrDashboard on Raspbian Stretch
Posted: 22 Feb 2018, 08:26
by hubaiz
Using the Raspbian stretch image available here
https://www.raspberrypi.org/downloads/raspbian/
(Release date:2017-11-29)
set the memory split to 256 in 'Advanced options->Memory Split'
restart
update
Code: Select all
sudo apt-get update
sudo apt-get dist-upgrade
update the system
download the qDslrDashboard V3.5.5 Stretch image and unpack
Code: Select all
tar -xzvf ~/Downloads/qDslrDashboard_V3.5.5_RPI_Stretch.tar.gz
cd qDslrDashboard_V3.5.5_RPI_Stretch/
install the missing libraries
Code: Select all
sudo apt-get install libjpeg8 libts-0.0-0
run qDslrDashboard with
Re: Running qDslrDashboard on Raspbian Stretch
Posted: 27 May 2018, 13:46
by lefey
Hi hubaiz!
Thank you for your work!
I have a raspberry model pi 2 b, and completely follow your instruction, but it does not work

When I try to start qDslrDashboard.sh, the process qDslrDashboard is immediately stop.
I am try to install raspbian stretch latest release and exact 2017-11-29 release, but nothing help.
If i remove log output to dev/null in the qDslrDashboard.sh and try to run again, its only say "Illegal instruction".
What i am doing wrong?
Re: Running qDslrDashboard on Raspbian Stretch
Posted: 13 Sep 2018, 21:01
by ibirru
Hi Hubaiz,
the Stretch version could run also in ubuntu Mate on Raspberry ?
If not, could you compile a version also for Ubuntu Mate on Raspberry?
Thanks
Fabio
Re: Running qDslrDashboard on Raspbian Stretch
Posted: 14 Sep 2018, 17:20
by hubaiz
Don't know, only have Rasbian
Try it.
Re: Running qDslrDashboard on Raspbian Stretch
Posted: 25 Feb 2019, 05:05
by TxNightSkies
I followed the directions running Raspbian Stretch and saw the following Error:
Code: Select all
cd ~
tar xzvf ~/Downloads/qDslrDashboard_V3.5.7_RPI.tar.gz
cd qDslrDashboard_V3.5.7_RPI
sudo ./qDslrDashboard.sh
/home/pi/qDslrDashboard_V3.5.7_RPI/./qDslrDashboard: error while loading shared libraries: libGLESv2.so: cannot open shared object file: No such file or directory
I tried add soft-links for new libs to old libs
Code: Select all
cd ~/qDslrDashboard_V3.5.7_RPI/Qt_Libraries
sudo ln -s /opt/vc/lib/libbrcmEGL.so libEGL.so
sudo ln -s /opt/vc/lib/libbrcmGLESv2.so libGLESv2.so
sudo ln -s /opt/vc/lib/libbrcmOpenVG.so libOpenVG.so
sudo ln -s /opt/vc/lib/libbrcmWFC.so libWFC.so
After adding the softlinks I got a different Error
Code: Select all
cd ~/qDslrDashboard_V3.5.7_RPI/Qt_Libraries
sudo ./qDslrDashboard.sh
pi@raspberrypi:~/qDslrDashboard_V3.5.7_RPI.LibSoftLinksAdded$ QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Unable to query physical screen size, defaulting to 100 dpi.
To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYSICAL_HEIGHT (in millimeters).
qt.qpa.input: X-less xkbcommon not available, not performing key mapping
glGetError 0x500
I am running Raspbian Stretch:
Code: Select all
cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
Anyone else seen these problems with running qDslrDashboard_V3.5.7_RPI on Raspbian Strech. Will there be another version of qDslrDashboard_V3.5_7 Raspian that is compiled for the newer libbrcm* Libraryies?
thanks
Rob
Re: Running qDslrDashboard on Raspbian Stretch
Posted: 25 Feb 2019, 11:43
by hubaiz
I just updated my Raspbian Stretch and qDslrDashboard is running without any problems.
Did you run the
Re: Running qDslrDashboard on Raspbian Stretch
Posted: 26 Feb 2019, 00:28
by TxNightSkies
hubalz,
I did not do "sudo rpi-update" and just did
Code: Select all
sudo apt-get update
sudo apt-get upgrade
I read on few blogs not to trust "sudo rpi-update"
thanks,
Rob
Re: Running qDslrDashboard on Raspbian Stretch
Posted: 26 Feb 2019, 07:06
by hubaiz
Re: Running qDslrDashboard on Raspbian Stretch
Posted: 28 Feb 2019, 21:13
by Kaleido
First of all:
The "./qDslrDashboard.sh" command has to be used without "sudo".
When using it in one line together with sudo as a sudo command it causes user right issues as much as I know.
So just launch it from inside the programm folder (qDslrDashboard_V3.5.7_RPI) using only "./qDslrDashboard.sh" - without sudo.
###############
But for me there are also issues to use the Software.
Launching the Programm via ./qDslrDashboard.sh there are issues with the latest stabile Stretch Version of Raspian.
I do use a newly set up Raspberry Pi 3 B+.
"Stretch" System is updated, upgraded und Firmware updated as explained in this thread.
All componends are installed without error messages as explained.
But when launching via "./qDslrDashboard.sh" I get:
/qDslrDashboard_V3.5.7_RPI $ ./qDslrDashboard.sh./qDslrDashboard.sh: Zeile 26: /dev/nul: Keine Berechtigung
rpi2@rpi2-"myname":~/qDslrDashboard_V3.5.7_RPI $ * failed to open vchiq instance
^C
!! I do use not the Standard user "pi" but my own username.
I wrote some threads about "vchiq" issues but could not find a solution.
Is there may be a problem with user rights or missing Groups?
Any help?
Re: Running qDslrDashboard on Raspbian Stretch
Posted: 28 Feb 2019, 21:24
by hubaiz