Fail to start extension software by ADAM OPERATION UI
Updated:Nov 2, 2021
Question
When starting the extension software from ADAM OPERATION UI, the message ā*** Application Start Error ***ā appears and fails.
Answer
Please check the following case.
Ā
The firmware version of i-PRO camera is V1.00 (for X series)
If you are using SDK V1.01 or later, the firmware version of the i-PRO camera must be V1.01 or later.
If you use the firmware V1.00, upgrade the latest firmware.
Click here to download the latest firmware.Failed to load the library
Check the arrangement of the library you are using.
The library should be placed as follows:
C++ : external/lib/aarch64-linux-gnu/
Python : python/site-packages
For example, if you user OpenCV in C++, place it as follows$ ls -l opencv_edge_detection_app/external/lib/aarch64-linux-gnu/ total 51940 lrwxrwxrwx 1 admin adminĀ Ā Ā Ā Ā Ā 22Ā 2ę 22 22:11 libopencv_world.so -> libopencv_world.so.3.4 lrwxrwxrwx 1 admin adminĀ Ā Ā Ā Ā Ā 24Ā 2ę 22 22:11 libopencv_world.so.3.4 -> libopencv_world.so.3.4.7 -rw-r--r-- 1 admin admin 53185312Ā 2ę 22 22:11 libopencv_world.so.3.4.7
Ā