Post Go back to editing

3D ToF Depth Sensing

Category: Software

Hello,

I need your help to forward the compilation of examples samples in aditof_sdk

the lib aditof is already compile without network support.

Regards

sebmenet@sebmenet:~/Sebastien_Menet/aditof_sdk/examples/first-frame/build$ make
[ 50%] Linking CXX executable first-frame
/usr/bin/ld: CMakeFiles/first-frame.dir/main.cpp.o: undefined reference to symbol '_ZN6google10LogMessageC1EPKcii'

  • Hi,

    The approach for building the project is a little bit different.

    You need to create just one build directory.

    For example: ~/Sebastien_Menet/aditof_sdk/build

    Then, inside the build directory you execute cmake and make. After the make is completed, the SDK and all available examples are already built. So you should look for the first-frame executable in: ~/Sebastien_Menet/aditof_sdk/build/examples/first-frame/