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

...

update_sample_app is a sample application that updates the application.

Info

An SD card is required, so only cameras that can use SD cards will work.

External libraries required for operation

...

To build with C/C++, need below:

...

Info

The use of external libraries will be explained later.

Directory path of the sample app

...

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

${SDK_DIR}/src/adamapp/update_sample_app

No Python source code.

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

...

See here for building with C/C++.

How to use the sample app

...

Here, let's update skeleton_sample_app. See here for how to build skeleton_sample_app.

When you install update_sample_app and skeleton_sample_app and open ADAM OPERATION UI, you will see the following state.

Image Modified

Next, create a skeleton_sample_app for updating. ${SDK_DIR}/src/adamapp/skeleton_sample_app/configuration.txt Open it and change it as below.

...

After updating, check the App Version of skeleton_sample_app. You can confirm that it has been updated from V0.2 to V0.3.

Appendix

...

How to change preferences

This application has some preferneces which a user is able to change.
When changing some preferneces, push "AppPrefs" button in "ADAM OPERATION UI" html page.

...