@ShauliXtend said in Building a custom docker image with VOXL libs:
on the VOXL itself you use 32bit libraries while the system is 64bit
Yes, unfortunately the QVIO algorithm is proprietary to qualcomm, we don't even have the source, just the 32 bit binaries that they've provided.
maybe there is a way to still use the 32bit file
You'll need to compile a 32-bit program to use a 32-bit library, there's unfortunately no way around this without some sort of inter-process communication (hence our standalone qvio-server)