Versions Compared

Key

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

We would like to announce that i-PRO Camera SDK v1v2.80 00 is now available.

Download

...

Attention

APIs added in SDK v1v2.80 00 can be used with the corresponding camera firmware.

...

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.01 or later.

Updates