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