Good afternoon,
I am currently adapting code from the MultiSensor sample from LibArgus.
It is giving me the following error: undefined reference to symbol ‘eglQueryString’ //usr/lib/aarch64-linux-gnu/libEGL.so.1: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status.
I know It is something to do with linking the libraries but I don’t know where is the .so file I need for eglQueryString.
If someone could help me It would be appreciated.