I'm having problems connecting to my QHY168c with a Raspberry Pi 4b via INDI 3RD PARTY.

ccd_qhy_test says the camera is not found, so:
from /var/log/syslog

I don't know what that problem means.
Next:
Using the latest indi-3rdparty shallow clone from git, I have tried multiple builds.
After building from libqhy/ I see the *.so are built and installed presumably using the armv8 file, but:

$file  libqhyccd.so.23.2.24
libqhyccd.so.23.2.24: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cf49f9743aab85dc75569664e86c5918958da7d9, not stripped

How do I tell libqhy during build to use the right bitness/file type?

Thank you.

Read More...