Skip to content
Snippets Groups Projects
Select Git revision
  • 1b351233b73aaba0b458e01ae6b4bf8994e402a1
  • master default protected
  • opencv4
  • custom_realsense
  • deproject
  • camera
6 results

ar_sandbox_lib

simon.fanetti's avatar
simon.fanetti authored
1b351233
History
Name Last commit Last update
app
build
inc
src
Makefile
README.md
dep.mk

Library Sandbox

Before launching your application

  • LD_LIBRARY_PATH must contain dir's path to libsandbox.so
  • Enter this command in the terminal where you are using your application
REALTIVE_PATH_TO_SO=../ar_sandbox_lib/build && \
export LD_LIBRARY_PATH=$(pwd)/$REALTIVE_PATH_TO_SO