Versions Compared

Key

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

...

If you have any questions, please contact us from inquiries.

The Python version sample AdamApp app may not work with SDK Ver2.00. If the Python version of the sample AdamApp app does not work, please try the following.

\iPRO_CAMERA_SDK_V2_00\src\adamapp-py\(Any sample app)\.c_cxx_src\main.cpp

Please modify all three locations in the above file as shown below.

[Before]
#if TARGET_FOR_ADAM == ambaCV5XCAZ
[After]
#if defined(ADAM_TARGET_PF_ipro_ambaCV5XCAZ_linux)

The above modification is not necessary for SDK v2.10 or later.

Updates

  • Updates various documents
    For details, please refer to the revision history of each document.

    • doc / AdamAppAPI_Specification_V1_15.pdf

    • doc / AdamWebAPI_Specification_V1_10.pdf

    • doc / PythonAdamAppAPI_Specification_V1_13.pdf

  • It is possible to develop applications compatible with Container AdamApp on the X series (CV52).

  • Add sample applications

    • Add application compatible with Container AdamApp

      • src / adamapp / docker_ocr_app