Search found 10 matches

by lispm
23 Aug 2021, 10:49
Forum: Error reports
Topic: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4
Replies: 29
Views: 84498

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

Unfortunately my Nikon D810 connects but neither LV nor image preview work.
by lispm
21 Aug 2021, 15:19
Forum: Error reports
Topic: qdslrDashboard with Raspberry 3B+
Replies: 2
Views: 4069

Re: qdslrDashboard with Raspberry 3B+

Same Problem here with RPI4
No Preview of images, no Liveview, but the thumbnails are shown.
by lispm
17 Aug 2021, 08:22
Forum: Error reports
Topic: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4
Replies: 29
Views: 84498

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

zidqat wrote: 10 Aug 2021, 02:18 ...
i install the library:

sudo apt-get install libxcb-xinput0

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

Regards!!!
That solved the problem for me. At least the GUI shows up for the first time.
Thank you zidqat
by lispm
22 Apr 2021, 11:43
Forum: Error reports
Topic: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4
Replies: 29
Views: 84498

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

I extacted the archive in my home directory /home/jjk/ 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...
by lispm
22 Apr 2021, 11:06
Forum: Error reports
Topic: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4
Replies: 29
Views: 84498

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

#!/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_P...
by lispm
22 Apr 2021, 10:54
Forum: Error reports
Topic: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4
Replies: 29
Views: 84498

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

The output is:

Code: Select all

./qDslrDashboard.sh: Zeile 31: /home/jjk/qDslrDashboard_V3.6.4_RPI4_Buster/./qDslrDashboard: Datei oder Verzeichnis nicht gefunden
by lispm
22 Apr 2021, 08:07
Forum: Error reports
Topic: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4
Replies: 29
Views: 84498

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

I use a raspberry pi 4 with 8 GB with desktop (32 Bit normal version)

I use a ssd to boot and overclocked to 2147 Mhz
attached is a HDMI Monitor
here's a screenshot with some uname/df info of my desktop
Image
by lispm
22 Apr 2021, 07:45
Forum: Error reports
Topic: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4
Replies: 29
Views: 84498

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

Sorry now I get a different error: I did cd ~ tar xvf qDslrDashboard_V3.6.4_RPI4_Buster.tar.gz cd qDslrDashboard_V3.6.4_RPI4_Buster/Qt_Libraries/ tar xvf ../../qmlmodelslib.tar.gz cd ~/qDslrDashboard_V3.6.4_RPI4_Buster/ then I changed the last line of the startup script to the following three lines ...
by lispm
21 Apr 2021, 06:19
Forum: Error reports
Topic: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4
Replies: 29
Views: 84498

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

Yes I Did it exactly that way.
And when I do call the
./qDslrDashboard.sh
nothing happens.
Thats where I removed the output redirection and discovered the error described above
by lispm
17 Apr 2021, 14:14
Forum: Error reports
Topic: Error with qDslrDashboard V3.6.4 for Raspberry Pi 4
Replies: 29
Views: 84498

Error with qDslrDashboard V3.6.4 for Raspberry Pi 4

whenever I try to start it I get the error message: /home/jjk/bin/qDslrDashboard_V3.6.4_RPI4_Buster/./qDslrDashboard: error while loading shared libraries: libQt5QmlModels.so.5: cannot open shared object file: No such file or directory (after removing the error output redirection in the startup shel...