Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Updated:07 Oct

質問

...

Question

When starting the extension software from ADAM OPERATION UI, the message ”*** Application Start Error ***

...

回答

以下のような原因が考えられますので、ご確認ください。

...

i-PROカメラのファームウェアバージョンがV1.00である(Xシリーズの場合)
SDK V1.01以降をご使用の場合、i-PROカメラのファームウェアバージョンがV1.01以降である必要があります。
ファームウェアバージョンV1.00をご使用の場合は、最新のファームウェアにバージョンアップしてください。
最新のファームウェアはこちらからご確認ください。

...

” 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 Python : python/site-packages
    例えば、CFor example, if you user OpenCV in C++でOpenCVをご使用の場合は以下のように配置します。, place it as follows

    Code Block
    languagenone
    $ 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

...