Page 2 of 3

Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Posted: 22 Apr 2021, 11:06
by lispm

Code: Select all

#!/bin/bash

appname=`basename $0 | sed s,\.sh$,,`

dirname=`dirname $0`
tmp="${dirname#?}"

if [ "${dirname%$tmp}" != "/" ]; then
dirname=$PWD/$dirname
fi

export LD_LIBRARY_PATH=$dirname/Qt_Libraries
export QT_PLUGIN_PATH=$dirname/Qt_Libraries/plugins
export QML_IMPORT_PATH=$dirname/Qt_Libraries/qml
export QML2_IMPORT_PATH=$dirname/Qt_Libraries/qml
export QT_QPA_PLATFORM_PLUGIN_PATH=$dirname/Qt_Libraries/plugins/platforms
export QT_QPA_EGLFS_ALWAYS_SET_MODE="1"
export QT_QPA_EGLFS_KMS_ATOMIC=1

PLATFORM="xcb"

if [ -n "$1" ]; then
	PLATFORM="$1"
fi

#echo "platform: ${PLATFORM}"

#exec $dirname/$appname -platform "${PLATFORM}" &>/dev/null &
exec $dirname/$appname -platform "${PLATFORM}"

Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Posted: 22 Apr 2021, 11:09
by hubaiz
Looks good, according the error you got some folder can't be found.
In what folder did you unpack the archive, and from where are you starting?

Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Posted: 22 Apr 2021, 11:43
by lispm
I extacted the archive in my home directory
/home/jjk/

Code: Select all

jjk@wilbeth:~ $ pwd
/home/jjk
jjk@wilbeth:~ $ ls -la qD*
-rw-r--r-- 1 jjk jjk 34344339 Apr 22 09:18 qDslrDashboard_V3.6.4_RPI4_Buster.tar.gz

qDslrDashboard_V3.6.4_RPI4_Buster:
insgesamt 6332
drwxr-xr-x  3 jjk jjk    4096 Apr 22 13:39 .
drwxr-xr-x 40 jjk jjk    4096 Apr 22 13:13 ..
-rwxr-xr-x  1 jjk jjk 6452256 Mär 10 13:49 qDslrDashboard
-rwxr-xr-x  1 jjk jjk     797 Apr 22 12:44 qDslrDashboard.sh
drwxr-xr-x  4 jjk jjk   12288 Apr 22 09:23 Qt_Libraries
-rw-r--r--  1 jjk jjk     431 Jul 12  2014 README
jjk@wilbeth:~ $ 

Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Posted: 22 Apr 2021, 20:54
by naima
I've got the same problem on my Pi4 and copied the qt5qmlmodel libs into the lib directory. I removed the output to null redirect from the exec command and get now the message a plugin for icb is missing.

Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Posted: 24 Apr 2021, 06:57
by naima
Adding the image with the problem

Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Posted: 13 May 2021, 13:39
by vikalpaul8
Damm even I am having a similar kind of issue, I have searched all over the internet and even have posted on number of threads on different forum, no solution seems to work. I am really frustrated, can anyone of you here help me resolve this issue, I am very much tired now.

Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Posted: 13 May 2021, 17:47
by ashishkumarji
tested on my RPI 4 with 4gb memory and works without any problem with the provided script. vidmate mobdro

Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Posted: 18 Jul 2021, 06:16
by canonshooter
I am having this exact same issue and don't know what to do to solve it. I'd really like to use qDslrDashboard on my pi4 for my next timelapse trip. I followed the same steps as naima and am at the same error as the screenshot above.

Can anyone help?

Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Posted: 10 Aug 2021, 02:18
by zidqat
Hi guys,

I have the same problem but i'm using a raspberry pi 3, but that ins't problem. How do you know what is the problem???...

You just need set this variable(execute this line previusly)

export QT_DEBUG_PLUGINS=1

and next....

./qDslrDashboard.sh

now, you could see some error like this

QFactoryLoader::QFactoryLoader() checking directory path "/home/pi/Downloads/qDslrDashboard_V3.6.4_RPI4_Buster/platforms" ...
Cannot load library /home/pi/Downloads/qDslrDashboard_V3.6.4_RPI4_Buster/Qt_Libraries/plugins/platforms/libqxcb.so: (libxcb-xinput.so.0: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio)


and i install the library:

sudo apt-get install libxcb-xinput0

and that is all, execute again ./qDslrDashboard.sh and this should be work.

Regards!!!

Re: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

Posted: 12 Aug 2021, 23:50
by UnoCastillo
Hi. i have some similar situation.

I just download the qDsrlDashboard, uncompress it and tryed to launch it but nothing happen, absolutly nothing. i try to execute it in the terminal and nothings moves, no errors, not running the app, not nothing.

Any clue about how to make work this?

i am working on a Raspberry Pi 4, 2 GB ram under Raspberry Pi OS. thanks for your time