SDK v2.00 is now available
We would like to announce that i-PRO Camera SDK v2.00 is now available.
Download
Please issue a download request from AI Camera SDK Download.
Once you have created a form, you will be notified of the URL for SDK download in a few minutes via comments.
Attention
APIs added in SDK v2.00 can be used with the corresponding camera firmware.
See below for camera firmware and SDK versions.
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
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).
Please see below for the development of Container AdamApp.
Add sample applications
Add application compatible with Container AdamApp
src / adamapp / docker_ocr_app