Versions Compared

Key

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

...

Here we take “${SDK_DIR}/src/adamapp-py/additionalhogehoge_info_sample_app” as an example.

Deploy PyCurl

...

${SDK_DIR}/src/adamapp-py/additionalhogehoge_info_sample_app/python/site-packages

Code Block
$ cp -R ${SDK_DIR}/external/build/sample/docker/docker_volume/pycurl-7.45.2/build/lib.linux-aarch64-3.7/pycurl.cpython-37m-aarch64-linux-gnu.so ${SDK_DIR}/src/adamapp-py/additional_infohogehoge_sample_app/python/site-packages

Then, the directory structure will be as follows.

${SDK_DIR}/src/adamapp-py/additional_info_samplehogehoge_app/python/site-packages/pycurl.cpython-37m-aarch64-linux-gnu.so

...

Open “${SDK_DIR}/src/adamapp-py/additional_info_samplehogehoge_app/python/pymain.py” and add as follows.

...

Build the sample application "additional_infohogehoge_sample_app" and install it on the camera (eg, it can be installed from the green frame in the image below).

Please perform the build method according to each SDK version.Open the app screen (red frame button in the image below), and if the string is displayed like "body", it is successful.

...

Compile a Python module (Numba)

...