Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

qDslrDashbord error reports
lispm
Posts: 10
Joined: 17 Apr 2021, 14:03

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

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

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

Post 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?
lispm
Posts: 10
Joined: 17 Apr 2021, 14:03

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

Post 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:~ $ 
naima
Posts: 3
Joined: 22 Apr 2021, 20:50

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

Post 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.
naima
Posts: 3
Joined: 22 Apr 2021, 20:50

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

Post by naima »

Adding the image with the problem
Attachments
Untitled.jpg
Untitled.jpg (199.71 KiB) Viewed 25115 times
vikalpaul8
Posts: 1
Joined: 13 May 2021, 13:38

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

Post 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.
ashishkumarji
Posts: 1
Joined: 13 May 2021, 17:28

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

Post by ashishkumarji »

tested on my RPI 4 with 4gb memory and works without any problem with the provided script. vidmate mobdro
Last edited by ashishkumarji on 23 Jul 2021, 07:18, edited 1 time in total.
canonshooter
Posts: 3
Joined: 18 Jul 2021, 03:05

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

Post 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?
zidqat
Posts: 1
Joined: 10 Aug 2021, 02:09

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

Post 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!!!
UnoCastillo
Posts: 1
Joined: 12 Aug 2021, 22:35

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

Post 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
Post Reply