Build external library and integrate with ACAP computer vision #123
-
Issue descriptionI'm trying to build an external libraries and integrate them with object-detector-cpp example in ACAP-Computer-Vision-SDK but I get this error External Libraries
Dockerfile
Makefile
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi Ahmed The first thing that I recommend you to check is to enter with bash in your docker container and see if you find those shared libraries where they are expected to be. |
Beta Was this translation helpful? Give feedback.
-
Hi Corallo Thanks for your reply, I don't get any warnings during the build, I will check those shared libraries again as you recommend and see if they are in the expected path |
Beta Was this translation helpful? Give feedback.
Hi Ahmed
The first thing that I recommend you to check is to enter with bash in your docker container and see if you find those shared libraries where they are expected to be.
Also, do you get any warnings during the build?