Closed qustions closed 2 years ago
@qustions the shared library should be loaded before executing app.
there are 2 ways:
the 1st is to add command LD_PRELOAD={PATH TO LIB}
before executing app.
the 2nd is to add the path of lib in the Makefile of deepstream-app.
@zhouyuchong I have created another issue just wanted know how to add only retinaface on deepstream-test3.c I have added
config_retinaface.txt
in the folder and ran the app its giving this error I know we need to add thelibRetinafaceDecoder.so
but don't know how to add it in c any help would be grate.