Versions Compared

Key

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

...

adamEventloop
adam_set_stop_callback
adam_set_http_callback
adam_cv_create_blob
adam_cv_delete_blob
adam_cv_set_cpu_data
adam_cv_get_cpu_data
adam_lock_appPref
adam_unlock_appPref
adam_get_appPref
adam_debug_print
adam_set_appPref
adam_app_pref_reset
adam_get_app_data_dir_path

 

Attention

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.