Raspberry Pi and dslrdashboard

qDslrDashbord error reports
Post Reply
tommy1974
Posts: 1
Joined: 27 Jan 2016, 14:06

Raspberry Pi and dslrdashboard

Post by tommy1974 »

I know a little bit of Raspberry and Linux but i can't get DslrdashBoard working on my Raspberry Pi2...
I there a step by step manual?

kind regards
Tom :roll:
hubaiz
Site Admin
Posts: 2003
Joined: 27 Jan 2015, 18:58

Re: Raspberry Pi and dslrdashboard

Post by hubaiz »

The way it works for me is to install/use the latest Raspbian.
Set the GPU memory to 512
Download qDslrDashboard for RPI2 and unpack the archive.
Start qDD with the ./qDslrDashboard.sh command
SdP
Posts: 15
Joined: 27 Jan 2016, 08:43

Re: Raspberry Pi and dslrdashboard

Post by SdP »

It is a bit longer...
There are missing links and missing library..
Go to the dir where you did estract qDSLRDashboard then create the following links from terminal

Code: Select all

cd Qt_Libraries/
sudo ln libraw.so.15.0.0 /usr/lib/arm-linux-gnueabihf/libraw.so.15
sudo ln libexiv2.so.14.0.0 /usr/lib/arm-linux-gnueabihf/libexiv2.so.14
sudo ln libopencv_features2d.so.3.0.0 /usr/lib/arm-linux-gnueabihf/libopencv_features2d.so.3.0
sudo ln libopencv_highgui.so.3.0.0 /usr/lib/arm-linux-gnueabihf/libopencv_highgui.so.3.0
sudo ln libopencv_core.so.3.0.0 /usr/lib/arm-linux-gnueabihf/libopencv_core.so.3.0
sudo ln libopencv_flann.so.3.0.0 /usr/lib/arm-linux-gnueabihf/libopencv_flann.so.3.0
sudo ln libopencv_imgproc.so.3.0.0 /usr/lib/arm-linux-gnueabihf/libopencv_imgproc.so.3.0
sudo ln libopencv_ml.so.3.0.0 /usr/lib/arm-linux-gnueabihf/libopencv_ml.so.3.0
sudo ln libopencv_imgcodecs.so.3.0.0 /usr/lib/arm-linux-gnueabihf/libopencv_imgcodecs.so.3.0
sudo ln libopencv_videoio.so.3.0.0 /usr/lib/arm-linux-gnueabihf/libopencv_videoio.so.3.0
sudo ln libQt5Quick.so.5.5.1 /usr/lib/arm-linux-gnueabihf/libQt5Quick.so.5
sudo ln libQt5Multimedia.so.5.5.1 /usr/lib/arm-linux-gnueabihf/libQt5Multimedia.so.5
sudo ln libQt5Gui.so.5.5.1 /usr/lib/arm-linux-gnueabihf/libQt5Gui.so.5
sudo ln libQt5Qml.so.5.5.1 /usr/lib/arm-linux-gnueabihf/libQt5Qml.so.5
sudo ln libQt5Network.so.5.5.1 /usr/lib/arm-linux-gnueabihf/libQt5Network.so.5
sudo ln libQt5Core.so.5.5.1 /usr/lib/arm-linux-gnueabihf/libQt5Core.so.5
sudo ln libQt5Xml.so.5.5.1 /usr/lib/arm-linux-gnueabihf/libQt5Xml.so.5
sudo ln libQt5Bluetooth.so.5.5.1 /usr/lib/arm-linux-gnueabihf/libQt5Bluetooth.so.5
sudo ln libQt5SerialPort.so.5.5.1 /usr/lib/arm-linux-gnueabihf/libQt5SerialPort.so.5
sudo ln libQt5Concurrent.so.5.5.1 /usr/lib/arm-linux-gnueabihf/libQt5Concurrent.so.5
sudo ln libQt5EglDeviceIntegration.so.5.5.1 /usr/lib/arm-linux-gnueabihf/libQt5EglDeviceIntegration.so.5
sudo ln libQt5DBus.so.5.5.1 /usr/lib/arm-linux-gnueabihf/libQt5DBus.so.5
Then install this librariers

Code: Select all

sudo apt-get install libtsm3 libtsk10 libtspi1
sudo apt-get install qt5-default
sudo apt-get install libts-bin libts-0.0-0
sudo apt-get install libinput5
Thats all, or at least it was for me starting from a clean image of Jessie 8.0 and 8.1. It didn't work on Wheezy
Post Reply