Hi i am making app for raspberry pi arm64 using C++ API.Please Help

But when i am compiling my app i am getting this error in terminal .

/usr/bin/ld: /tmp/ccbi1U6j.o: undefined reference to symbol ‘_ZN2cv6String10deallocateEv’
/usr/bin/ld: /usr/local/lib/nuitrack/libopencv_core.so.3.4: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status

Think there is a problem with libopencv_core.so.3.4 provided by Nuitrack Installer.

Hi @prayag

Do you mix different OpenCV versions in one application?
Nuitrack uses OpenCV 3.4, take a look at this example: https://github.com/3DiVi/nuitrack-sdk/tree/master/Examples/nuitrack_multisensor_sample

Hi @prayag

Any updates on the issue? Do you have any other questions?