I am just starting to use the realsense r200 on the nvidia TK1 board, which is based on the ubuntu 14.04. I have installed the realsense library successfully. The rs.h , rs.hpp, rutil.h files are on the path /usr/local/include/librealsense and the library is on the path of /usr/local/lib/librealsense.so.
For testing the application, I just use QT environment. The project configuration is configured as below in order the library
when running the application, it return me with a error "undefined reference to rs_set_device_options" error, but I have loaded the library and all the .h files. what is wrong with it ?
Hi,
For testing the application, I just use QT environment. The project configuration is configured as below in order the library
In my main.cpp
when running the application, it return me with a error "undefined reference to rs_set_device_options" error, but I have loaded the library and all the .h files. what is wrong with it ?