Running qDslrDashboard on Raspbian Stretch

Open discussion about photography, qDslrDashboard
hubaiz
Site Admin
Posts: 2001
Joined: 27 Jan 2015, 18:58

Running qDslrDashboard on Raspbian Stretch

Post by hubaiz »

Using the Raspbian stretch image available here https://www.raspberrypi.org/downloads/raspbian/
(Release date:2017-11-29)

Code: Select all

sudo raspi-config
set the memory split to 256 in 'Advanced options->Memory Split'

restart

Code: Select all

sudo reboot
update

Code: Select all

sudo apt-get update
sudo apt-get dist-upgrade
update the system

Code: Select all

sudo rpi-update
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

Code: Select all

./qDslrDashboard.sh
lefey
Posts: 3
Joined: 05 Jul 2015, 01:33

Re: Running qDslrDashboard on Raspbian Stretch

Post 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?
ibirru
Posts: 7
Joined: 26 Sep 2016, 18:11

Re: Running qDslrDashboard on Raspbian Stretch

Post 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
hubaiz
Site Admin
Posts: 2001
Joined: 27 Jan 2015, 18:58

Re: Running qDslrDashboard on Raspbian Stretch

Post by hubaiz »

Don't know, only have Rasbian
Try it.
TxNightSkies
Posts: 2
Joined: 25 Feb 2019, 00:24

Re: Running qDslrDashboard on Raspbian Stretch

Post 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
hubaiz
Site Admin
Posts: 2001
Joined: 27 Jan 2015, 18:58

Re: Running qDslrDashboard on Raspbian Stretch

Post by hubaiz »

I just updated my Raspbian Stretch and qDslrDashboard is running without any problems.

Did you run the

Code: Select all

sudo rpi-update
TxNightSkies
Posts: 2
Joined: 25 Feb 2019, 00:24

Re: Running qDslrDashboard on Raspbian Stretch

Post 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
hubaiz
Site Admin
Posts: 2001
Joined: 27 Jan 2015, 18:58

Re: Running qDslrDashboard on Raspbian Stretch

Post by hubaiz »

Had no problem with rpi-update
Check also this post: https://dslrdashboard.info/phpBB3/viewt ... f=6&t=2746
Kaleido
Posts: 2
Joined: 28 Feb 2019, 18:55

Re: Running qDslrDashboard on Raspbian Stretch

Post 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?
hubaiz
Site Admin
Posts: 2001
Joined: 27 Jan 2015, 18:58

Re: Running qDslrDashboard on Raspbian Stretch

Post by hubaiz »

I'm not an RPI expert.
Find this, maybe it helps: https://raspberrypi.stackexchange.com/q ... ion-errors
Post Reply