Versions Compared

Key

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

Table of contents

...

Table of Contents
minLevel1
maxLevel4

Introduction

...

This explanation assumes that the i-PRO camera application development environment has been completed.
If you are not ready to build the development environment, please refer to here to complete it.

Also, in this tutorial, the SDK installation directory is described as ${SDK_DIR}.

Operation overview

...

iac_server_sample_app is a sample application that communicates with iac_client_sample_app.
Send messages periodically from iac_client_sample_app.

...

External libraries required for operation

...

No special mention.

Directory path of the sample app

...

The C/C++ source code is stored below.

${SDK_DIR}/src/adamapp/iac_server_sample_app

${SDK_DIR}/src/adamapp/iac_client_sample_app

No Python source code.

How to build the sample app (C/C++)

...

Load the build environment settings file in the SDK installation directory.

...

Press the Setup >> button of iac_server_sample_app, and if the following screen is displayed, it is successful.

...

How to use the sample app

...

In this sample app, messages are sent from iac_client_sample_app to iac_server_sample_app at a 1-second cycle. Try refreshing the screen by pressing the F5 key several times on the iac_server_sample_app screen.

...