Raspberry 3 issues

Last week I saw the blog post about Raspberry 3 support. Which versions of software is expected to get it to work? Ubuntu Core, Ubuntu Mate, Raspbian, other?

I installed the latest version of Raspbian on the Raspberry 3B+ and manually installed libssl1.0-dev to get rid of the QSslSocket errors, but the Nuitack activation tool does not work: “QSslSocket: cannot resolve SSLv3_client_method”. The activation tool does indicate Nuitrack version 0.29.0.

Which OS and package versions do I require to get it to work on a Raspberry 3?

1 Like

It seems to work now on Raspbian.

Requirements I needed to install on Raspbian Buster default:

libssl1.0-dev
libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgtkmm-3.0-1v5
freeglut3 freeglut3-dev
libboost-all-dev

How to check additional dependencies:

I advice using ‘ldd’ to see any possible missing requirements on Raspbian Buster as it depends which installation you use what is missing (e.g.: raspbian lite, default, recommended):

ldd /usr/etc/nuitrack/middleware/libNuitrackModule.so

This error, is more like a warning and doesn’t really matter it seems:

QSslSocket: cannot resolve SSLv3_client_method
QSslSocket: cannot resolve SSLv3_server_method

@Aescendr Would you by chance be willing to share an img of your working configuration? I have tried for weeks to get this working on a Raspberry Pi 4 (and 3B) with a RealSense D435. I’ve had no luck and have tried everything on these forums remotely related to the errors I see.

Thanks in advance,

Nasawhy