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.

 

  1. 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.

  2. 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